launch_background.xml 438 B

123456789101112
  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:colorBackground" />
  5. <!-- You can insert your own image assets here -->
  6. <!-- <item>
  7. <bitmap
  8. android:gravity="center"
  9. android:src="@mipmap/launch_image" />
  10. </item> -->
  11. </layer-list>