GitHub user dpogue opened a pull request:
https://github.com/apache/cordova-lib/pull/87
CB-7598 Android: Support for 9-patch splash images
If a splashscreen image for Android is specified in config.xml and ends
with `.9.png`, it is a 9-patch image and should retain that extension when
copied into the platforms/android directory.
Currently the file will be renamed to `screen.png` when it should be
`screen.9.png`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dpogue/cordova-lib nine-patch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit 01ef7393dcbf4860a6aa27a40f68c3c4fb81dd9d
Author: Darryl Pogue <[email protected]>
Date: 2014-09-19T04:49:23Z
CB-7598 Android. Support for 9-patch splash images
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---