aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 18:37:31 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 18:37:31 +0100
commit27263edda5ffba4241e54e2f64f35eb1058663e7 (patch)
treeb3226e1de2d44ae05898dd7cae820e8a9e9e53a0 /OpenKeychain/src/main/res/drawable
parent4ea59f79ccbfac85129d09c52dfe5d5247713d3c (diff)
downloadopen-keychain-27263edda5ffba4241e54e2f64f35eb1058663e7.tar.gz
open-keychain-27263edda5ffba4241e54e2f64f35eb1058663e7.tar.bz2
open-keychain-27263edda5ffba4241e54e2f64f35eb1058663e7.zip
CardView and more header design
Diffstat (limited to 'OpenKeychain/src/main/res/drawable')
-rw-r--r--OpenKeychain/src/main/res/drawable/cardview_header.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/drawable/cardview_header.xml b/OpenKeychain/src/main/res/drawable/cardview_header.xml
new file mode 100644
index 000000000..9bab96ea9
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable/cardview_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="1dp"
+ android:width="1000dp" />
+
+ <solid android:color="@color/bg_gray" />
+
+</shape> \ No newline at end of file