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)