mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-07 19:47:40 +00:00
12 lines
308 B
XML
12 lines
308 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>
|
|
<bitmap
|
|
android:src="@drawable/logo"
|
|
android:gravity="center"/>
|
|
</item>
|
|
|
|
</layer-list> |