mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-02 06:25:25 +00:00
5 lines
258 B
XML
5 lines
258 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:drawable="@drawable/ic_show_md2" android:state_selected="true" />
|
||
|
<item android:drawable="@drawable/ic_hide_md2" />
|
||
|
</selector>
|