fix for the grid footer
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 5 Aug 2015 13:21:05 +0000 (15:21 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 5 Aug 2015 13:21:05 +0000 (15:21 +0200)
res/layout/list_footer.xml

index a49874d..a8e8cc3 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
+    android:layout_width="match_parent"
     android:layout_height="56dp"
     android:layout_gravity="center_horizontal"
     android:gravity="center_horizontal"
@@ -13,6 +13,7 @@
         android:layout_height="56dp"
         android:layout_gravity="center"
         android:gravity="center"
-        android:textColor="@color/setup_text_hint" />
+        android:textColor="@color/setup_text_hint"
+        />
 
 </LinearLayout> 
\ No newline at end of file