mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add beta splash screen
This commit is contained in:
parent
9ce1a401d9
commit
523f9fd0e3
16
android/app/src/beta/res/drawable/launch_background.xml
Normal file
16
android/app/src/beta/res/drawable/launch_background.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?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>
|
||||||
|
<shape android:shape="rectangle">
|
||||||
|
<solid android:color="#3c3f40" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<!-- You can insert your own image assets here -->
|
||||||
|
<item>
|
||||||
|
<bitmap
|
||||||
|
android:gravity="center"
|
||||||
|
android:src="@drawable/splash_icon" />
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
BIN
android/app/src/beta/res/drawable/splash_icon.png
Normal file
BIN
android/app/src/beta/res/drawable/splash_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Loading…
Reference in New Issue
Block a user