Fix full theme shadow
This commit is contained in:
parent
8eaeed0497
commit
4bcf9b202e
8 changed files with 28 additions and 21 deletions
7
app/src/main/res/drawable/shadow_down_full_theme.xml
Normal file
7
app/src/main/res/drawable/shadow_down_full_theme.xml
Normal 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>
|
|
@ -3,5 +3,6 @@
|
|||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="@android:color/transparent"
|
||||
android:centerColor="#80000000"
|
||||
android:startColor="@color/md_black_1000" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue