mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-11 13:07:45 +01:00
6 lines
304 B
XML
6 lines
304 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_explore_24dp" android:state_checked="true" />
|
|
<item android:drawable="@drawable/ic_explore_outline_24dp" android:state_checked="false" />
|
|
</selector>
|