diff options
author | Dominik <dominik@dominikschuermann.de> | 2012-04-12 19:44:00 +0200 |
---|---|---|
committer | Dominik <dominik@dominikschuermann.de> | 2012-06-13 19:28:22 +0300 |
commit | 2008c2608e3bc1d9a84f276d756f86d8c18b6182 (patch) | |
tree | 5220ca8424f9c0834ea8743db18e77b94650a39e /org_apg/res/drawable | |
parent | 1a33f4d886ce45596dd7f6dfc3356fe32ec71c1c (diff) | |
download | open-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.xml | 11 |
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 |