Files
2026-04-05 01:00:07 -05:00

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:state_checked="true"
android:id="@+id/ib"
android:drawable="@drawable/f8"/>
<item
android:id="@+id/s9"
android:drawable="@drawable/fb"
app:state_indeterminate="true"/>
<item
android:state_checked="false"
android:id="@+id/a44"
android:drawable="@android:color/transparent"/>
<transition
android:drawable="@drawable/ex"
android:toId="@+id/a44"
android:fromId="@+id/ib"/>
<transition
android:drawable="@drawable/f0"
android:toId="@+id/ib"
android:fromId="@+id/a44"/>
<transition
android:drawable="@drawable/ez"
android:toId="@+id/a44"
android:fromId="@+id/s9"/>
<transition
android:drawable="@drawable/f1"
android:toId="@+id/s9"
android:fromId="@+id/a44"/>
<transition
android:drawable="@drawable/ey"
android:toId="@+id/ib"
android:fromId="@+id/s9"/>
<transition
android:drawable="@drawable/ew"
android:toId="@+id/s9"
android:fromId="@+id/ib"/>
</animated-selector>