mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
7 lines
359 B
XML
7 lines
359 B
XML
<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> |