You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/09/19 07:03:34 UTC

[jira] [Commented] (CB-7598) Support 9-patch splashscreen images for Android

    [ https://issues.apache.org/jira/browse/CB-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14140000#comment-14140000 ] 

ASF GitHub Bot commented on CB-7598:
------------------------------------

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 <dv...@gmail.com>
Date:   2014-09-19T04:49:23Z

    CB-7598 Android. Support for 9-patch splash images

----


> Support 9-patch splashscreen images for Android
> -----------------------------------------------
>
>                 Key: CB-7598
>                 URL: https://issues.apache.org/jira/browse/CB-7598
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, CLI, CordovaLib
>    Affects Versions: 3.5.0
>            Reporter: Darryl Pogue
>            Priority: Minor
>
> 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`.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)