aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable/section_header_light.xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-06 00:20:48 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-06 02:02:11 +0530
commitf17dabce8c85dbc2e9c18f068d84c398215b3ce9 (patch)
tree4df595faee9b7d9668e2f88356cfa442b9e5e77e /OpenKeychain/src/main/res/drawable/section_header_light.xml
parent7086a67c2e131542c0ce903e1a5db887deae59fe (diff)
downloadopen-keychain-f17dabce8c85dbc2e9c18f068d84c398215b3ce9.tar.gz
open-keychain-f17dabce8c85dbc2e9c18f068d84c398215b3ce9.tar.bz2
open-keychain-f17dabce8c85dbc2e9c18f068d84c398215b3ce9.zip
fixed crash on api < 21 due to drawable using attrs
Diffstat (limited to 'OpenKeychain/src/main/res/drawable/section_header_light.xml')
-rw-r--r--OpenKeychain/src/main/res/drawable/section_header_light.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/drawable/section_header_light.xml b/OpenKeychain/src/main/res/drawable/section_header_light.xml
new file mode 100644
index 000000000..a47a57ce3
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable/section_header_light.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="#212121" />
+
+</shape>