You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jacob Weber (JIRA)" <ji...@apache.org> on 2014/01/03 18:27:51 UTC

[jira] [Updated] (CB-5724) Splash screen sizes don't account for status bar

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

Jacob Weber updated CB-5724:
----------------------------

    Description: 
On the docs for [Splash Screens for the Android Platform|http://cordova.apache.org/docs/en/3.3.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens], it lists the minimum screen sizes for each density. However, since an app can show the status bar during startup, these images might be too big.

For example, on a 720x1280 xhdpi device, if you start the app in landscape mode, it will use drawable-land-xhdpi/splash.9.png, which would be at least 720x960 based on this documentation. But with the status bar, there will be less than 720 pixels vertically, so the image will be cut off.

  was:
On the docs for [Splash Screens for the Android Platform](http://cordova.apache.org/docs/en/3.3.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens), it lists the minimum screen sizes for each density. However, since an app can show the status bar during startup, these images might be too big.

For example, on a 720x1280 xhdpi device, if you start the app in landscape mode, it will use drawable-land-xhdpi/splash.9.png, which would be at least 720x960 based on this documentation. But with the status bar, there will be less than 720 pixels vertically, so the image will be cut off.


> Splash screen sizes don't account for status bar
> ------------------------------------------------
>
>                 Key: CB-5724
>                 URL: https://issues.apache.org/jira/browse/CB-5724
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.3.0
>            Reporter: Jacob Weber
>            Priority: Minor
>
> On the docs for [Splash Screens for the Android Platform|http://cordova.apache.org/docs/en/3.3.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens], it lists the minimum screen sizes for each density. However, since an app can show the status bar during startup, these images might be too big.
> For example, on a 720x1280 xhdpi device, if you start the app in landscape mode, it will use drawable-land-xhdpi/splash.9.png, which would be at least 720x960 based on this documentation. But with the status bar, there will be less than 720 pixels vertically, so the image will be cut off.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)