summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable-v21
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2022-02-17 05:25:02 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2022-02-17 05:25:02 +0900
commitbf92a0bbfdee7be31cbbaa650af1fba15bb2d989 (patch)
tree452c10ea2a6e4afee9d36677a182ae1418b85022 /android/app/src/main/res/drawable-v21
initial commitHEADmaster
Diffstat (limited to 'android/app/src/main/res/drawable-v21')
-rw-r--r--android/app/src/main/res/drawable-v21/launch_background.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml
new file mode 100644
index 0000000..f74085f
--- /dev/null
+++ b/android/app/src/main/res/drawable-v21/launch_background.xml
@@ -0,0 +1,12 @@
+<?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:colorBackground" />
+
+ <!-- You can insert your own image assets here -->
+ <!-- <item>
+ <bitmap
+ android:gravity="center"
+ android:src="@mipmap/launch_image" />
+ </item> -->
+</layer-list>