aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/drawable')
-rw-r--r--android/app/src/main/res/drawable/launch_background.xml15
-rw-r--r--android/app/src/main/res/drawable/launcher_icon.pngbin0 -> 16317 bytes
2 files changed, 15 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml
new file mode 100644
index 0000000..07f7a98
--- /dev/null
+++ b/android/app/src/main/res/drawable/launch_background.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Modify this file to customize your launch splash screen -->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- <item android:drawable="@android:color/holo_green_dark" /> -->
+ <item android:drawable="@color/primaryColor" />
+
+ <!-- You can insert your own image assets here -->
+ <item android:width="250dp"
+ android:height="250dp"
+ android:gravity="center">
+ <bitmap
+ android:gravity="fill_horizontal|fill_vertical"
+ android:src="@drawable/launcher_icon" />
+ </item>
+</layer-list>
diff --git a/android/app/src/main/res/drawable/launcher_icon.png b/android/app/src/main/res/drawable/launcher_icon.png
new file mode 100644
index 0000000..3ffbe45
--- /dev/null
+++ b/android/app/src/main/res/drawable/launcher_icon.png
Binary files differ