Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master edb6c3d6f -> 8d66b9e35
CB-6498 Misleading documentation in Android Quirks 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/8d66b9e3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/8d66b9e3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/8d66b9e3 Branch: refs/heads/master Commit: 8d66b9e353a951eb2d27b9d86bca87d14f688f35 Parents: edb6c3d Author: daserge <[email protected]> Authored: Tue Apr 12 21:55:50 2016 +0300 Committer: daserge <[email protected]> Committed: Tue Apr 19 15:03:04 2016 +0300 ---------------------------------------------------------------------- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/8d66b9e3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ebdf237..b118ccd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,25 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord ## Example Configuration In the top-level `config.xml` file (not the one in `platforms`), add configuration elements like those specified here. -Please notice that the value of the "src" attribute is relative to the project directory and not to the www directory. You can name the source image whatever you like. The internal name in the app is determined by Cordova. +Please notice that the value of the "src" attribute is relative to the project root directory and not to the www directory (see `Directory structure` below). You can name the source image whatever you like. The internal name in the app is determined by Cordova. + +Directory structure: + +``` +projectRoot + hooks + platforms + plugins + www + css + img + js + res + screen + android + ios + windows +``` ```xml <platform name="android"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
