mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-06 09:07:48 +00:00
6 lines
361 B
XML
6 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_bug_filled_md2" android:state_selected="true" />
|
|
<item android:drawable="@drawable/ic_bug_filled_md2" android:state_checked="true" />
|
|
<item android:drawable="@drawable/ic_bug_outlined_md2" />
|
|
</selector> |