Fix not showing empty state
This commit is contained in:
parent
911e18bf89
commit
69c76556a2
13 changed files with 234 additions and 205 deletions
8
app/src/main/res/drawable/shadow_pro.xml
Normal file
8
app/src/main/res/drawable/shadow_pro.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="315"
|
||||
android:centerColor="@android:color/transparent"
|
||||
android:endColor="@android:color/transparent"
|
||||
android:startColor="@color/md_deep_purple_500" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue