wjc
2023-04-10 03b344bc7ea98aa6018a6cc11c0641594898a6e7
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item android:state_pressed="false" android:drawable="@drawable/h_talk"></item>
    <item android:state_pressed="true" android:drawable="@drawable/h_talk_sel"></item>
</selector>