aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/splash_icon.pngbin0 -> 6472 bytes
-rw-r--r--app/src/main/res/drawable/splash_screen.xml12
2 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/splash_icon.png b/app/src/main/res/drawable/splash_icon.png
new file mode 100644
index 00000000..637d7c35
--- /dev/null
+++ b/app/src/main/res/drawable/splash_icon.png
Binary files differ
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..c3ccc627
--- /dev/null
+++ b/app/src/main/res/drawable/splash_screen.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" android:opacity="opaque">
+
+ <item android:drawable="@color/backgroundColor" />
+
+ <item>
+ <bitmap
+ android:src="@drawable/splash_icon"
+ android:gravity="center" />
+ </item>
+
+</layer-list> \ No newline at end of file