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

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

     [ https://issues.apache.org/jira/browse/CB-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl Pogue updated CB-7598:
-----------------------------
    Description: 
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}}.

  was:
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`.


> 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)