Newer
Older
SmartKitchenTablet / app / src / main / res / drawable / selector_robot_point.xml
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@mipmap/robot_point_main" android:state_checked="true" />
    <item android:drawable="@mipmap/robot_point" android:state_checked="false" />
</selector>