summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/selector_settings.xml
blob: 23748feb0a7a6509e46641e48f79f83ea59e26d1 (plain) (blame)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/ic_settings_outline" android:state_checked="false"/>
    <item android:drawable="@drawable/ic_settings" android:state_checked="true"/>
</selector>