aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/drawable
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-04-12 19:44:00 +0200
committerDominik <dominik@dominikschuermann.de>2012-06-13 19:28:22 +0300
commit2008c2608e3bc1d9a84f276d756f86d8c18b6182 (patch)
tree5220ca8424f9c0834ea8743db18e77b94650a39e /org_apg/res/drawable
parent1a33f4d886ce45596dd7f6dfc3356fe32ec71c1c (diff)
downloadopen-keychain-2008c2608e3bc1d9a84f276d756f86d8c18b6182.tar.gz
open-keychain-2008c2608e3bc1d9a84f276d756f86d8c18b6182.tar.bz2
open-keychain-2008c2608e3bc1d9a84f276d756f86d8c18b6182.zip
started reworking the key creation
Diffstat (limited to 'org_apg/res/drawable')
-rw-r--r--org_apg/res/drawable/section_header.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org_apg/res/drawable/section_header.xml b/org_apg/res/drawable/section_header.xml
new file mode 100644
index 000000000..a4468484e
--- /dev/null
+++ b/org_apg/res/drawable/section_header.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <size
+ android:height="2dp"
+ android:width="1000dp" />
+
+ <solid android:color="@color/emphasis" />
+
+</shape> \ No newline at end of file