Browse Source

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

Fabio Arnold 9 years ago
parent
commit
37490d143d
1 changed files with 2 additions and 1 deletions
  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"