From a8b354553dc71260f487a15ace573f9d3c5b1223 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Mon, 24 Jun 2013 14:16:22 -0700 Subject: [PATCH] added android instructions to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + +`` + +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.