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"?> |
<?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"> |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
<item android:drawable="?android:colorBackground" /> |
<item> |
||||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||||
<!-- You can insert your own image assets here --> |
</item> |
||||||
<!-- <item> |
<item> |
||||||
<bitmap |
<bitmap android:gravity="clip_horizontal" android:src="@drawable/splash"/> |
||||||
android:gravity="center" |
</item> |
||||||
android:src="@mipmap/launch_image" /> |
</layer-list> |
||||||
</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"?> |
<?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"> |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
<item android:drawable="@android:color/white" /> |
<item> |
||||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||||
<!-- You can insert your own image assets here --> |
</item> |
||||||
<!-- <item> |
<item> |
||||||
<bitmap |
<bitmap android:gravity="clip_horizontal" android:src="@drawable/splash"/> |
||||||
android:gravity="center" |
</item> |
||||||
android:src="@mipmap/launch_image" /> |
</layer-list> |
||||||
</item> --> |
|
||||||
</layer-list> |
|