Update bottom navigation
parent
3e48ce85fd
commit
694297f49b
@ -0,0 +1,15 @@
|
|||||||
|
<?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_heart_outline"
|
||||||
|
android:state_checked="false" />
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/checked"
|
||||||
|
android:drawable="@drawable/ic_heart"
|
||||||
|
android:state_checked="true" />
|
||||||
|
|
||||||
|
</animated-selector>
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
<?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_history"
|
||||||
|
android:state_checked="false" />
|
||||||
|
|
||||||
|
</animated-selector>
|
||||||
Loading…
Reference in New Issue