aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-28 14:25:20 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-28 14:25:20 +0200
commit905148f5869ed40daf18fd95f60c754287272b69 (patch)
tree1f85a061f6114d6cb3bf0418bcfb7b8f892a4595 /OpenKeychain/src/main/res/drawable
parent6fa5f0b129eb30cfdb24da69530a2f107e8ae591 (diff)
downloadopen-keychain-905148f5869ed40daf18fd95f60c754287272b69.tar.gz
open-keychain-905148f5869ed40daf18fd95f60c754287272b69.tar.bz2
open-keychain-905148f5869ed40daf18fd95f60c754287272b69.zip
Add missing scrim drawable
Diffstat (limited to 'OpenKeychain/src/main/res/drawable')
-rw-r--r--OpenKeychain/src/main/res/drawable/scrim_bottom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/drawable/scrim_bottom.xml b/OpenKeychain/src/main/res/drawable/scrim_bottom.xml
new file mode 100644
index 000000000..b0c203835
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable/scrim_bottom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient
+ android:angle="90"
+ android:startColor="@color/translucent_scrim_bottom"
+ android:centerColor="@color/translucent_scrim_bottom_center"
+ android:endColor="@android:color/transparent"/>
+</shape> \ No newline at end of file