cordova-plugin-splashscreen/README.md

11 lines
356 B
Markdown
Raw Normal View History

2013-04-04 01:47:26 +08:00
cordova-plugin-splashscreen
----------------------------
2013-06-25 05:16:22 +08:00
For Android,
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.