Jacob Weber created CB-5724:
-------------------------------
Summary: 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)