Newer
Older
BrandKing / app / src / main / res / drawable / press_option_bg.xml
bello on 27 Jan 2018 300 bytes 完善界面
<?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/shape_option_gray" />
    <item android:state_pressed="false" android:drawable="@drawable/shape_option_white" />
</selector>