tmap/res/drawable/favorite_menu_background_selector.xml
2022-06-10 21:38:30 +09:00

7 lines
394 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@drawable/favorite_munu_background_prs" />
<item android:state_pressed="true" android:drawable="@drawable/favorite_munu_background_prs" />
<item android:drawable="@drawable/favorite_munu_background_nor" />
</selector>