Fix lot of things haha
This commit is contained in:
parent
a81536ab9a
commit
4197fde140
54 changed files with 250 additions and 125 deletions
BIN
app/src/main/res/drawable/flat_shadow.png
Normal file
BIN
app/src/main/res/drawable/flat_shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 423 B |
8
app/src/main/res/drawable/flat_shadow_thumb.xml
Normal file
8
app/src/main/res/drawable/flat_shadow_thumb.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">
|
||||
<size
|
||||
android:width="16dp"
|
||||
android:height="16dp" />
|
||||
<solid android:color="@color/md_white_1000" />
|
||||
</shape>
|
8
app/src/main/res/drawable/switch_square.xml
Normal file
8
app/src/main/res/drawable/switch_square.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">
|
||||
<size
|
||||
android:width="16dp"
|
||||
android:height="16dp" />
|
||||
<solid android:color="@color/md_white_1000" />
|
||||
</shape>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00012" android:state_checked="true"/>
|
||||
<item android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00001"/>
|
||||
<item android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00012" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00001" />
|
||||
</selector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue