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.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/list_header.xml b/res/layout/list_header.xml
new file mode 100644
index 0000000..fcaf7a4
--- /dev/null
+++ b/res/layout/list_header.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<TextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/list_header_title"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingTop="2dip"
+ android:paddingBottom="2dip"
+ android:paddingLeft="5dip"
+ style="?android:attr/listSeparatorTextViewStyle" /> \ No newline at end of file