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

32 lines
1.0 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/f9"/>
<item
android:id="@+id/s9"
android:drawable="@drawable/f9"
app:state_indeterminate="true"/>
<item
android:state_checked="false"
android:id="@+id/a44"
android:drawable="@drawable/f_"/>
<transition
android:drawable="@drawable/eu"
android:toId="@+id/a44"
android:fromId="@+id/ib"/>
<transition
android:drawable="@drawable/f2"
android:toId="@+id/ib"
android:fromId="@+id/a44"/>
<transition
android:drawable="@drawable/eu"
android:toId="@+id/a44"
android:fromId="@+id/s9"/>
<transition
android:drawable="@drawable/f2"
android:toId="@+id/s9"
android:fromId="@+id/a44"/>
</animated-selector>