launch_background.xml 431 B

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