1 parent ef23355 commit c91c16aCopy full SHA for c91c16a
2 files changed
app/src/main/res/drawable/above_shadow.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <gradient
4
+ android:startColor="#20000000"
5
+ android:endColor="@android:color/transparent"
6
+ android:angle="90" >
7
+ </gradient>
8
+</shape>
app/src/main/res/drawable/below_shadow.xml
+ android:angle="270" >
0 commit comments