mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 03:55:25 +00:00
13 lines
395 B
XML
13 lines
395 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="@color/su_request_background"/>
|
|
</shape>
|
|
</item>
|
|
<item>
|
|
<inset
|
|
android:drawable="@drawable/ic_magiskhide"
|
|
android:inset="13dp"/>
|
|
</item>
|
|
</layer-list> |