]> git.cworth.org Git - lmno.games/blob - flutterempires/android/app/src/main/res/drawable/launch_background.xml
304732f8842013497e14bd02f67a55f2614fb8f7
[lmno.games] / flutterempires / 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>