]> git.cworth.org Git - lmno.games/blob - flempires/android/app/src/main/res/drawable/launch_background.xml
Rename flutterempires to flempires
[lmno.games] / flempires / android / app / src / main / res / drawable / launch_background.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Modify this file to customize your launch splash screen -->
3 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4     <item android:drawable="@android:color/white" />
5
6     <!-- You can insert your own image assets here -->
7     <!-- <item>
8         <bitmap
9             android:gravity="center"
10             android:src="@mipmap/launch_image" />
11     </item> -->
12 </layer-list>