launch_background.xml 532 B

12345678910111213141516
  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="@color/splash_color" />
  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. <item>
  12. <bitmap android:gravity="center" android:src="@drawable/splash" />
  13. </item>
  14. </layer-list>