aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable/section_header_light.xml
diff options
context:
space:
mode:
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>