Fix full theme shadow

This commit is contained in:
Hemanth S 2020-05-10 01:20:49 +05:30
parent 8eaeed0497
commit 4bcf9b202e
8 changed files with 28 additions and 21 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="#00000000"
android:startColor="#80000000" />
</shape>

View file

@ -3,5 +3,6 @@
<gradient
android:angle="90"
android:endColor="@android:color/transparent"
android:centerColor="#80000000"
android:startColor="@color/md_black_1000" />
</shape>