summaryrefslogtreecommitdiffstats
path: root/res/layout/profile_list_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/profile_list_header.xml')
-rw-r--r--res/layout/profile_list_header.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/profile_list_header.xml b/res/layout/profile_list_header.xml
new file mode 100644
index 0000000..d4c7c2b
--- /dev/null
+++ b/res/layout/profile_list_header.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="16dip"
+ android:textAppearance="@style/TextAppearance.CategoryTitle"
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart"
+ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
+ android:paddingTop="16dip" />
+