瀏覽代碼

16dp spacing for the footer too

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