Removed Some animations and palette
This commit is contained in:
parent
b293123603
commit
af21f191dd
20 changed files with 343 additions and 120 deletions
8
app/src/main/res/drawable/shadow_down.xml
Normal file
8
app/src/main/res/drawable/shadow_down.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#34000000"
|
||||
android:startColor="@android:color/transparent" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue