summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/shadow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/shadow.xml')
-rw-r--r--app/src/main/res/drawable/shadow.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/shadow.xml b/app/src/main/res/drawable/shadow.xml
new file mode 100644
index 000000000..fc5110e0b
--- /dev/null
+++ b/app/src/main/res/drawable/shadow.xml
@@ -0,0 +1,7 @@
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <gradient
+ android:startColor="@android:color/transparent"
+ android:endColor="#40000000"
+ android:angle="90" />
+</shape>