DayCount/main/res/drawable/item_activated.xml

4 lines
211 B
XML

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_activated="true" android:drawable="@drawable/item_bg1"/>
<item android:drawable="@drawable/item_bg"/>
</selector>