- <?xml version="1.0" encoding="utf-8"?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="rectangle">
- <size
- android:width="1080px"
- android:height="1920px" />
- </shape>
- </item>
- <item>
- <bitmap android:src="@drawable/bg_splash_theme" />
- </item>
- </layer-list>
|