Browse Source

fix for the grid footer

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

+ 3 - 2
res/layout/list_footer.xml

@@ -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>