浏览代码

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"