瀏覽代碼

fix for the grid footer

Andy Scherzinger 9 年之前
父節點
當前提交
270fea6a33
共有 1 個文件被更改,包括 3 次插入2 次删除
  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>