launch_screen.xml 451B

1234567891011121314
  1. <layer-list xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:opacity="opaque">
  3. <!-- The background color, preferably the same as your normal theme -->
  4. <item android:drawable="@color/black"/>
  5. <!-- Your product logo - 144dp color version of your app icon -->
  6. <item
  7. >
  8. <bitmap
  9. android:src="@mipmap/ic_launcher"
  10. android:gravity="center"
  11. />
  12. </item>
  13. </layer-list>