aboutsummaryrefslogtreecommitdiffstats
path: root/android/app/src/main/res/drawable
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-12-09 23:15:33 +0100
committerMaksymilian Jopek <maks@jopek.eu>2021-12-09 23:15:33 +0100
commit67b6f338cfe4da739d39dc6764d11efa00105d81 (patch)
tree441ff30a8fb783e400ea7c9e600c889e12392eca /android/app/src/main/res/drawable
downloadremarques-67b6f338cfe4da739d39dc6764d11efa00105d81.tar.gz
remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.tar.zst
remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.zip
Created a new Expo app
Diffstat (limited to 'android/app/src/main/res/drawable')
-rw-r--r--android/app/src/main/res/drawable/splashscreen.xml7
-rw-r--r--android/app/src/main/res/drawable/splashscreen_image.pngbin0 -> 9306 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/splashscreen.xml b/android/app/src/main/res/drawable/splashscreen.xml
new file mode 100644
index 0000000..9f19c56
--- /dev/null
+++ b/android/app/src/main/res/drawable/splashscreen.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ This file was created by '@expo/configure-splash-screen' and some of it's content shouldn't be modified by hand
+-->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@color/splashscreen_background"/>
+</layer-list>
diff --git a/android/app/src/main/res/drawable/splashscreen_image.png b/android/app/src/main/res/drawable/splashscreen_image.png
new file mode 100644
index 0000000..cc94f37
--- /dev/null
+++ b/android/app/src/main/res/drawable/splashscreen_image.png
Binary files differ