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

6 lines
283 B
XML

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