Newer
Older
dxcgt / app / src / main / res / drawable / imagebtn_press.xml
wangxitong on 6 Apr 2021 211 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/main_pressed" android:state_pressed="true"></item>

</selector>