TF-84 Add icon and splash screen for Android

This commit is contained in:
Dat PHAM HOANG
2021-09-15 20:40:46 +07:00
committed by Dat H. Pham
parent 9ea195a963
commit 35d3db458d
17 changed files with 37 additions and 15 deletions
@@ -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>