cordova-plugin-splashscreen/README.md
2013-06-24 14:16:22 -07:00

11 lines
356 B
Markdown

cordova-plugin-splashscreen
----------------------------
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.