diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:37:19 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:37:19 -0400 |
| commit | 201a0de90faabe68f1eb701b67af30a4d11fa32b (patch) | |
| tree | c396bec9a496876acc9a5b7bec55912a32c191c1 /android/build/res/drawable/splash_drawable.xml | |
| parent | 7f1cdc4663800fa9bdfddf888164826819d97e6e (diff) | |
| download | erable-godot-master.tar.gz erable-godot-master.tar.bz2 erable-godot-master.zip | |
Diffstat (limited to 'android/build/res/drawable/splash_drawable.xml')
| -rw-r--r-- | android/build/res/drawable/splash_drawable.xml | 12 |
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> |
