summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/selector_cartridge.xml
blob: 85c918dae996ea827722f06c34790c7d5b475e20 (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_cartridge_outline" android:state_checked="false"/>
    <item android:drawable="@drawable/ic_cartridge" android:state_checked="true"/>
</selector>