mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 03:55:25 +00:00
9 lines
336 B
XML
9 lines
336 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_extension"
|
|
android:inset="30%" />
|
|
</foreground>
|
|
</adaptive-icon> |