diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-15 12:55:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-15 12:55:19 +0100 |
commit | 8ca8662ced7cca6b4c30e38f06a5b85a1528551e (patch) | |
tree | c11147d8ab7e0822d292c112aca76a94f2d21f50 /Android/res | |
parent | 13c6c0aae2825b42b753b7cc6dd1eb0032264dc1 (diff) |
display splash screen on android
Diffstat (limited to 'Android/res')
-rw-r--r-- | Android/res/drawable-hdpi/splash.png | bin | 0 -> 12206 bytes | |||
-rw-r--r-- | Android/res/drawable-ldpi/splash.png | bin | 0 -> 12206 bytes | |||
-rw-r--r-- | Android/res/drawable-mdpi/splash.png | bin | 0 -> 12206 bytes | |||
-rw-r--r-- | Android/res/drawable-xhdpi/splash.png | bin | 0 -> 12206 bytes | |||
-rwxr-xr-x | Android/res/xml/config.xml | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/Android/res/drawable-hdpi/splash.png b/Android/res/drawable-hdpi/splash.png Binary files differnew file mode 100644 index 0000000..92fe138 --- /dev/null +++ b/Android/res/drawable-hdpi/splash.png diff --git a/Android/res/drawable-ldpi/splash.png b/Android/res/drawable-ldpi/splash.png Binary files differnew file mode 100644 index 0000000..92fe138 --- /dev/null +++ b/Android/res/drawable-ldpi/splash.png diff --git a/Android/res/drawable-mdpi/splash.png b/Android/res/drawable-mdpi/splash.png Binary files differnew file mode 100644 index 0000000..92fe138 --- /dev/null +++ b/Android/res/drawable-mdpi/splash.png diff --git a/Android/res/drawable-xhdpi/splash.png b/Android/res/drawable-xhdpi/splash.png Binary files differnew file mode 100644 index 0000000..92fe138 --- /dev/null +++ b/Android/res/drawable-xhdpi/splash.png 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" /> |