浏览代码

fix for scrolling beyond the fab see #1346

Andy Scherzinger 9 年之前
父节点
当前提交
8bf7c22ad7
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>