TF-84 Add icon and splash screen for Android
This commit is contained in:
committed by
Dat H. Pham
parent
9ea195a963
commit
35d3db458d
@@ -1,12 +1,6 @@
|
||||
<?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 android:drawable="@android:color/white" />
|
||||
<item android:gravity="center" android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</layer-list>
|
||||
|
||||
Reference in New Issue
Block a user