[TIMOB-16784] BlackBerry: Q10 splash screen not supported
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-20T19:42:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | blackberry, look1 |
Reporter | Hazem Khaled |
Assignee | Pedro Enrique |
Created | 2014-02-13T11:16:32.000+0000 |
Updated | 2017-03-14T21:08:39.000+0000 |
Description
Hello,
BlackBerry Z 10 & Z30 splash screens is 728*1280 , Q10 & Q5 is 720*720
http://developer.blackberry.com/devzone/design/bb10/screen_sizes.html
All we need to replace splashScreens tag with this one
<splashScreens>
<image>assets/splash-768x1280.png</image>
<image>assets/splash-720x720.png</image>
</splashScreens>
Also we have to Replace PlayBook images (splash-600x1024.png) with BB10 sizes
BB10 app icon 114*114
https://developer.blackberry.com/devzone/design/bb10/application_icons.html
Thanks a lot
PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/231
Closing as resolved.