aboutsummaryrefslogtreecommitdiff
path: root/android/build/res/drawable/splash_drawable.xml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-08-07 13:37:19 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-08-07 13:37:19 -0400
commit201a0de90faabe68f1eb701b67af30a4d11fa32b (patch)
treec396bec9a496876acc9a5b7bec55912a32c191c1 /android/build/res/drawable/splash_drawable.xml
parent7f1cdc4663800fa9bdfddf888164826819d97e6e (diff)
downloaderable-godot-master.tar.gz
erable-godot-master.tar.bz2
erable-godot-master.zip
Public archiveHEADmaster
Diffstat (limited to 'android/build/res/drawable/splash_drawable.xml')
-rw-r--r--android/build/res/drawable/splash_drawable.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/android/build/res/drawable/splash_drawable.xml b/android/build/res/drawable/splash_drawable.xml
new file mode 100644
index 0000000..30627b9
--- /dev/null
+++ b/android/build/res/drawable/splash_drawable.xml
@@ -0,0 +1,12 @@
+<?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="false"
+ android:src="@drawable/splash" />
+ </item>
+</layer-list>