Runt
2022-08-14 024fabb9b4098b3842019d496b0fb15fec0191a0
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
 
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false"  android:drawable="@mipmap/top_right_e" />
    <item android:state_pressed="true"  android:drawable="@mipmap/top_right_e" />
    <item android:drawable="@mipmap/top_right_g" />
</selector>