mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-27 07:24:13 +01:00
monocles splash screen
This commit is contained in:
parent
ebf0da105c
commit
c87f41d3f7
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<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="@color/blue" />
|
<item android:drawable="@color/white" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:drawable="@drawable/splash_logo" />
|
android:drawable="@drawable/ic_launcher_foreground" />
|
||||||
</layer-list>
|
</layer-list>
|
||||||
|
|
Loading…
Add table
Reference in a new issue