<?xml version="1.0" encoding="utf-8"?>
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:state_checked="true"
        android:id="@+id/on"
        android:drawable="@drawable/draw0069"/>
    <item
        android:id="@+id/off"
        android:drawable="@drawable/draw0067"/>
    <transition
        android:drawable="@drawable/draw006a"
        android:toId="@+id/off"
        android:fromId="@+id/on"/>
    <transition
        android:drawable="@drawable/draw0068"
        android:toId="@+id/on"
        android:fromId="@+id/off"/>
</animated-selector>
