Add Updated navigation section

This commit is contained in:
Koitharu
2024-04-11 18:56:47 +03:00
parent 09eb82ca2e
commit 32eba77639
7 changed files with 50 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<animated-selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/normal"
android:drawable="@drawable/ic_updated"
android:state_checked="false" />
<item
android:id="@+id/checked"
android:drawable="@drawable/ic_updated_checked"
android:state_checked="true" />
<!--<transition
android:drawable="@drawable/TODO"
android:fromId="@id/normal"
android:toId="@id/checked" />-->
</animated-selector>