Removed Some animations and palette
This commit is contained in:
parent
b293123603
commit
af21f191dd
20 changed files with 343 additions and 120 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke android:width="5px" android:color="#222222" />
|
||||
<padding android:left="5px" android:top="5px" android:right="5px"
|
||||
android:bottom="5px" />
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="#50000000"
|
||||
android:type="linear"/>
|
||||
android:endColor="#34000000"
|
||||
android:startColor="@android:color/transparent" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue