After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 70 B |
@ -1,12 +1,9 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- Modify this file to customize your launch splash screen --> |
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:drawable="?android:colorBackground" /> |
||||
|
||||
<!-- You can insert your own image assets here --> |
||||
<!-- <item> |
||||
<bitmap |
||||
android:gravity="center" |
||||
android:src="@mipmap/launch_image" /> |
||||
</item> --> |
||||
<item> |
||||
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||
</item> |
||||
<item> |
||||
<bitmap android:gravity="clip_horizontal" android:src="@drawable/splash"/> |
||||
</item> |
||||
</layer-list> |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 70 B |
@ -1,12 +1,9 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- Modify this file to customize your launch splash screen --> |
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:drawable="@android:color/white" /> |
||||
|
||||
<!-- You can insert your own image assets here --> |
||||
<!-- <item> |
||||
<bitmap |
||||
android:gravity="center" |
||||
android:src="@mipmap/launch_image" /> |
||||
</item> --> |
||||
<item> |
||||
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||
</item> |
||||
<item> |
||||
<bitmap android:gravity="clip_horizontal" android:src="@drawable/splash"/> |
||||
</item> |
||||
</layer-list> |