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