aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/splash_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/splash_screen.xml')
-rw-r--r--app/src/main/res/drawable/splash_screen.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/splash_screen.xml b/app/src/main/res/drawable/splash_screen.xml
new file mode 100644
index 00000000..49085412
--- /dev/null
+++ b/app/src/main/res/drawable/splash_screen.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
+ android:opacity="opaque">
+ <!-- The background color, preferably the same as your normal theme -->
+ <item android:drawable="@color/splashBackground"/>
+ <!-- Your product logo - 288px x 288px color version of your app icon -->
+ <item android:bottom="@dimen/splash_logo">
+ <bitmap
+ android:gravity="center"
+ android:src="@drawable/splash_logo"/>
+ </item>
+</layer-list> \ No newline at end of file