Dwenny/android/build/res/drawable/splash_drawable.xml
Zoey 35b5df9c10 Working
math works
touch works
unicode arrows on android don't
2024-01-19 14:07:20 +01:00

11 lines
351 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/splash_bg_color" />
<item>
<bitmap
android:gravity="center"
android:filter="true"
android:src="@drawable/splash" />
</item>
</layer-list>