[TIMOB-14428] res-long-port-hdpi splash screen is 800px high and should be 854px
| GitHub Issue | n/a |
| Type | Story |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-01-04T22:52:35.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Leor Brenman |
| Assignee | Eric Merriman |
| Created | 2013-06-28T02:35:13.000+0000 |
| Updated | 2017-03-21T17:55:01.000+0000 |
Description
res-long-port-hdpi splash screen is 800px high and should be 854px
When a new app is created we provide android image folders.
I think the "long" should refer to the 854px device and we have a 480x800px splash screen that gets distorted on a WVGA854 device (AVD) - see attached screen which shows a slight distortion (Appc logo triangle is equilateral and looks isosceles in the screen shot).
The reason we should fix this is because clients will most likely use our image as a reference.
Attachments
An 800px tall image is considered valid. Both 800px and 854px fall in the same "hdpi" category. PhoneGap also recommends 480x800 (https://github.com/phonegap/phonegap/wiki/App-Splash-Screen-Sizes), so I don't think changing the image to 854px is a good idea. The splash screen should probably be a 9 patch anyways.
Closing ticket as the issue will not fix.