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, 0 insertions, 7 deletions
diff --git a/app/src/main/res/drawable/shadow.xml b/app/src/main/res/drawable/shadow.xml
deleted file mode 100644
index fc5110e0b..000000000
--- a/app/src/main/res/drawable/shadow.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>