diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-18 12:21:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-18 12:21:29 +0100 |
commit | 910f1163ccecbbfee1697f34444f1378e382ffe0 (patch) | |
tree | 94d80e66eeb76778844c2135ce20f21af156b9a1 /Android/res | |
parent | a27b6c4812fc0205eafe23b43f20eecdf8a0ff8d (diff) |
Remove android splash screen
It doesn't add anything other than a moment of possibly distorted logo
so we might as well get rid of it
Diffstat (limited to 'Android/res')
-rw-r--r-- | Android/res/drawable-hdpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rw-r--r-- | Android/res/drawable-ldpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rw-r--r-- | Android/res/drawable-mdpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rw-r--r-- | Android/res/drawable-xhdpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rwxr-xr-x | Android/res/xml/config.xml | 1 |
5 files changed, 0 insertions, 1 deletions
diff --git a/Android/res/drawable-hdpi/splash.9.png b/Android/res/drawable-hdpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-hdpi/splash.9.png +++ /dev/null diff --git a/Android/res/drawable-ldpi/splash.9.png b/Android/res/drawable-ldpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-ldpi/splash.9.png +++ /dev/null diff --git a/Android/res/drawable-mdpi/splash.9.png b/Android/res/drawable-mdpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-mdpi/splash.9.png +++ /dev/null diff --git a/Android/res/drawable-xhdpi/splash.9.png b/Android/res/drawable-xhdpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-xhdpi/splash.9.png +++ /dev/null diff --git a/Android/res/xml/config.xml b/Android/res/xml/config.xml index cca1357..28f0047 100755 --- a/Android/res/xml/config.xml +++ b/Android/res/xml/config.xml @@ -41,7 +41,6 @@ <content src="src/index.html" /> <preference name="loglevel" value="DEBUG" /> - <preference name="splashscreen" value="splash" /> <!-- <preference name="backgroundColor" value="0xFFF" /> <preference name="loadUrlTimeoutValue" value="20000" /> |