mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 15:57:29 +00:00
6 lines
370 B
XML
6 lines
370 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:drawable="@drawable/ic_outline_star_plus_24" android:state_checked="false" />
|
||
|
<item android:drawable="@drawable/ic_star_check_24" android:state_checked="true" />
|
||
|
<item android:drawable="@drawable/ic_outline_star_plus_24" />
|
||
|
</selector>
|