ソースを参照

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

Fabio Arnold 10 年 前
コミット
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"