aboutsummaryrefslogtreecommitdiffstats
path: root/Android/res
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-15 12:55:19 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-15 12:55:19 +0100
commit8ca8662ced7cca6b4c30e38f06a5b85a1528551e (patch)
treec11147d8ab7e0822d292c112aca76a94f2d21f50 /Android/res
parent13c6c0aae2825b42b753b7cc6dd1eb0032264dc1 (diff)
display splash screen on android
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" />