Procházet zdrojové kódy

record detail: move action bar below scroll view so no overlapping occurs

Fabio Arnold před 10 roky
rodič
revize
37490d143d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      res/layout/fragment_record_detail.xml

+ 2 - 1
res/layout/fragment_record_detail.xml

@@ -7,7 +7,8 @@
 <ScrollView android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:id="@+id/scrollView"
-            android:fillViewport="true">
+            android:fillViewport="true" android:layout_above="@+id/linearLayout"
+			android:nestedScrollingEnabled="false">
 
 	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 				  android:orientation="vertical"