summaryrefslogtreecommitdiffstats
path: root/res/layout/list_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/list_header.xml')
-rw-r--r--res/layout/list_header.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/list_header.xml b/res/layout/list_header.xml
index aff83b4..085fa93 100644
--- a/res/layout/list_header.xml
+++ b/res/layout/list_header.xml
@@ -18,6 +18,8 @@
android:id="@+id/header"
android:layout_width="match_parent"
android:layout_height="@dimen/list_item_header_height"
+ android:paddingLeft="@dimen/list_preferred_item_padding"
+ android:paddingRight="@dimen/list_preferred_item_padding"
android:background="@null"
android:gravity="center_vertical"
android:textColor="@color/list_item_header_text_color"