mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
13 lines
424 B
XML
13 lines
424 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Modify this file to customize your launch splash screen -->
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@android:color/white" />
|
|
|
|
<!-- You can insert your own image assets here -->
|
|
<item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@mipmap/ic_launcher" />
|
|
</item>
|
|
</layer-list>
|