Icon and reintroduce splash screen

This commit is contained in:
darken
2022-09-14 18:00:18 +02:00
committed by Matthias Urhahn
parent 3860cb21c6
commit 87bef9cb9c
36 changed files with 39 additions and 15 deletions
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:bottom="20dp"
android:bottom="40dp"
android:drawable="@drawable/splash_graphic"
android:left="20dp"
android:right="20dp"
android:top="20dp" />
android:left="40dp"
android:right="40dp"
android:top="40dp" />
</layer-list>