Add new assets
This commit is contained in:
parent
af3a159f8d
commit
432259714d
3 changed files with 7 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 3.6 KiB |
7
res/drawable/checkbox.xml
Normal file
7
res/drawable/checkbox.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_checked="false"
|
||||
android:drawable="@drawable/checkbox_unchecked"/>
|
||||
<item android:state_checked="true"
|
||||
android:drawable="@drawable/checkbox_checked"/>
|
||||
</selector>
|
Loading…
Reference in a new issue