summaryrefslogtreecommitdiffstats
path: root/res/drawable/above_shadow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/above_shadow.xml')
-rw-r--r--res/drawable/above_shadow.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable/above_shadow.xml b/res/drawable/above_shadow.xml
new file mode 100644
index 000000000..99db324ab
--- /dev/null
+++ b/res/drawable/above_shadow.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient
+ android:startColor="#20000000"
+ android:endColor="@android:color/transparent"
+ android:angle="90" >
+ </gradient>
+</shape> \ No newline at end of file