diff options
Diffstat (limited to 'OpenKeychain/src/main/res/drawable/section_header.xml')
-rw-r--r-- | OpenKeychain/src/main/res/drawable/section_header.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/drawable/section_header.xml b/OpenKeychain/src/main/res/drawable/section_header.xml new file mode 100644 index 000000000..a4468484e --- /dev/null +++ b/OpenKeychain/src/main/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 |