Magisk/app/src/full/res/drawable-v26/sc_magiskhide.xml

9 lines
337 B
XML
Raw Normal View History

2018-04-06 16:45:10 +00:00
<?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>