16dp spacing for the footer too
authorAndy Scherzinger <info@andy-scherzinger.de>
Mon, 10 Aug 2015 16:50:24 +0000 (18:50 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Mon, 10 Aug 2015 16:50:24 +0000 (18:50 +0200)
res/layout/list_footer.xml

index a8e8cc3..a5a0e26 100644 (file)
@@ -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"