aboutsummaryrefslogtreecommitdiffstats
path: root/Android/res
diff options
context:
space:
mode:
Diffstat (limited to 'Android/res')
-rw-r--r--Android/res/drawable-hdpi/splash.pngbin0 -> 12206 bytes
-rw-r--r--Android/res/drawable-ldpi/splash.pngbin0 -> 12206 bytes
-rw-r--r--Android/res/drawable-mdpi/splash.pngbin0 -> 12206 bytes
-rw-r--r--Android/res/drawable-xhdpi/splash.pngbin0 -> 12206 bytes
-rwxr-xr-xAndroid/res/xml/config.xml2
5 files changed, 1 insertions, 1 deletions
diff --git a/Android/res/drawable-hdpi/splash.png b/Android/res/drawable-hdpi/splash.png
new file mode 100644
index 0000000..92fe138
--- /dev/null
+++ b/Android/res/drawable-hdpi/splash.png
Binary files differ
diff --git a/Android/res/drawable-ldpi/splash.png b/Android/res/drawable-ldpi/splash.png
new file mode 100644
index 0000000..92fe138
--- /dev/null
+++ b/Android/res/drawable-ldpi/splash.png
Binary files differ
diff --git a/Android/res/drawable-mdpi/splash.png b/Android/res/drawable-mdpi/splash.png
new file mode 100644
index 0000000..92fe138
--- /dev/null
+++ b/Android/res/drawable-mdpi/splash.png
Binary files differ
diff --git a/Android/res/drawable-xhdpi/splash.png b/Android/res/drawable-xhdpi/splash.png
new file mode 100644
index 0000000..92fe138
--- /dev/null
+++ b/Android/res/drawable-xhdpi/splash.png
Binary files differ
diff --git a/Android/res/xml/config.xml b/Android/res/xml/config.xml
index e43f649..870172e 100755
--- a/Android/res/xml/config.xml
+++ b/Android/res/xml/config.xml
@@ -41,8 +41,8 @@
<content src="src/index.html" />
<preference name="loglevel" value="DEBUG" />
+ <preference name="splashscreen" value="splash" />
<!--
- <preference name="splashscreen" value="resourceName" />
<preference name="backgroundColor" value="0xFFF" />
<preference name="loadUrlTimeoutValue" value="20000" />
<preference name="InAppBrowserStorageEnabled" value="true" />