You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/drawable/list_item_bg.xml

18 lines
549 B
XML

xmlns:android="http://schemas.android.com/apk/res/android">
>
>
android:drawable="@drawable/list_item_bg_pressed"
android:state_pressed="true" />
android:drawable="@drawable/list_item_bg_selected"
android:state_selected="true" />
android:drawable="@drawable/list_item_bg_selected"
android:state_activated="true" />
android:drawable="@drawable/list_item_bg_normal" />