mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
359 B
7 lines
359 B
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/habits_item_check_pressed" android:state_pressed="true"></item>
|
|
<item android:drawable="@drawable/habits_item_check_pressed" android:state_focused="true"></item>
|
|
<item android:drawable="@drawable/habits_item_check_normal"></item>
|
|
|
|
</selector> |