Преглед на файлове

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

Fabio Arnold преди 9 години
родител
ревизия
37490d143d
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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"