mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
9 lines
337 B
XML
9 lines
337 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<background android:drawable="@color/su_request_background" />
|
||
|
<foreground>
|
||
|
<inset
|
||
|
android:drawable="@drawable/ic_magiskhide"
|
||
|
android:inset="30%" />
|
||
|
</foreground>
|
||
|
</adaptive-icon>
|