summaryrefslogtreecommitdiffstats
path: root/res/layout/list_header.xml
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-08-17 01:56:11 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-08-17 02:19:39 +0200
commitd773a39a1f07ae4b8021222a47c16b048d7fd435 (patch)
tree3558cbd77c8e6aa54f5593b556fcbf330fea0120 /res/layout/list_header.xml
downloadAndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.tar.gz
AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.tar.xz
AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.zip
initial commit
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