Add new assets

This commit is contained in:
Margaux Clerc 2015-09-02 09:25:43 +02:00
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

View 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>