mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-07-01 06:03:29 +00:00
19 lines
506 B
XML
19 lines
506 B
XML
<?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="#1b5e20" />
|
|
</shape>
|
|
</item>
|
|
|
|
|
|
<!-- You can insert your own image assets here -->
|
|
<item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@drawable/ic_wheat_white" />
|
|
</item>
|
|
</layer-list>
|