Browse Source

accidently committed invalid layout attrib

Fabio Arnold 9 years ago
parent
commit
f6aae32653
1 changed files with 1 additions and 2 deletions
  1. 1 2
      res/layout/fragment_record_detail.xml

+ 1 - 2
res/layout/fragment_record_detail.xml

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