aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/section_header.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-01 01:25:56 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-01 01:25:56 +0100
commit43531113b798cda6b2f76257641f38b0af986437 (patch)
tree73107f086ec5d772a9041aa3ad4b1c7b8e0dcce9 /res/drawable/section_header.xml
parentc3e4f0eaacf8ab32ceab32b8f46e8b7d85c71cfb (diff)
more code cleanup for xmpp parser. more eventy. nice unknown contact pictures
Diffstat (limited to 'res/drawable/section_header.xml')
-rw-r--r--res/drawable/section_header.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/drawable/section_header.xml b/res/drawable/section_header.xml
new file mode 100644
index 00000000..25f148ce
--- /dev/null
+++ b/res/drawable/section_header.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <size
+ android:height="1.5dp"
+ android:width="1000dp" />
+
+ <solid android:color="#b7b7b7" />
+</shape> \ No newline at end of file