You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Kuan Yi Ming (JIRA)" <ji...@apache.org> on 2014/04/23 11:16:16 UTC

[jira] [Created] (CB-6498) Misleading documentation in Android Quirks

Kuan Yi Ming created CB-6498:
--------------------------------

             Summary: Misleading documentation in Android Quirks
                 Key: CB-6498
                 URL: https://issues.apache.org/jira/browse/CB-6498
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin SplashScreen
            Reporter: Kuan Yi Ming


As per the docs under the Android Quirks section:

{code}
In your config.xml, you need to add the following preference

`<preference name="splashscreen" value="foo" />`

Where foo is the name of the splashscreen file. Preferably a 9 patch file. Make sure to add your splashcreen files to your res/xml directory under the appropriate folders.
{code}

The documentation implies the splashscreen files go into the res/xml directory, but they actually go into the res/drawable folders instead. The file name is also optional (if not present, it defaults to splash.png) but this is not mentioned here.



--
This message was sent by Atlassian JIRA
(v6.2#6252)