Newer
Older
dxcgt_app / app / src / main / res / drawable / imagebtn_press.xml
wangxitong on 12 Jan 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>