mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-07 19:47:40 +00:00
8 lines
243 B
XML
8 lines
243 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item>
|
||
|
<shape android:shape="oval">
|
||
|
<solid android:color="#43A047" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
</selector>
|