Browse Source

16dp spacing for the footer too

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

+ 2 - 1
res/layout/list_footer.xml

@@ -10,7 +10,8 @@
     <TextView
         android:id="@+id/footerText"
         android:layout_width="match_parent"
-        android:layout_height="56dp"
+        android:layout_height="wrap_content"
+        android:padding="@dimen/standard_padding"
         android:layout_gravity="center"
         android:gravity="center"
         android:textColor="@color/setup_text_hint"