mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-13 02:43:38 +00:00
11 lines
342 B
XML
11 lines
342 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@color/ic_launcher_background" />
|
|
<item
|
|
android:width="250dp"
|
|
android:height="250dp"
|
|
android:gravity="center"
|
|
android:drawable="@drawable/ic_magisk" />
|
|
|
|
</layer-list> |