Update animated icons

This commit is contained in:
Zakhar Timoshenko
2022-07-21 21:11:15 +03:00
parent d69f4bbcaf
commit af901baff3
5 changed files with 103 additions and 70 deletions

View File

@@ -12,13 +12,8 @@
android:state_checked="true" />
<transition
android:drawable="@drawable/avd_feed_enter_leave"
android:drawable="@drawable/avd_feed_enter"
android:fromId="@id/normal"
android:toId="@id/checked" />
<transition
android:drawable="@drawable/avd_feed_enter_leave"
android:fromId="@id/checked"
android:toId="@id/normal" />
</animated-selector>