theme_splash.xml 388 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item>
  4. <shape android:shape="rectangle">
  5. <size
  6. android:width="1080px"
  7. android:height="1920px" />
  8. </shape>
  9. </item>
  10. <item>
  11. <bitmap android:src="@drawable/bg_splash_theme" />
  12. </item>
  13. </layer-list>