Browse Source

fix for scrolling beyond the fab see #1346

Andy Scherzinger 9 years ago
parent
commit
8bf7c22ad7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      res/layout/list_footer.xml

+ 2 - 1
res/layout/list_footer.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="56dp"
+    android:layout_height="112dp"
     android:layout_gravity="center_horizontal"
     android:gravity="center_horizontal"
     android:orientation="vertical"
@@ -15,6 +15,7 @@
         android:layout_gravity="center"
         android:gravity="center"
         android:textColor="@color/secondaryTextColor"
+        android:layout_marginBottom="56dp"
         />
 
 </LinearLayout>