Updated Branches: refs/heads/master a88b9af3b -> a8b354553
added android instructions to readme Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/a8b35455 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/a8b35455 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/a8b35455 Branch: refs/heads/master Commit: a8b354553dc71260f487a15ace573f9d3c5b1223 Parents: a88b9af Author: Steven Gill <[email protected]> Authored: Mon Jun 24 14:16:22 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Mon Jun 24 14:16:22 2013 -0700 ---------------------------------------------------------------------- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/a8b35455/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fd712df..f226677 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ 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.
