11-13-2012 05:33 AM
What is the default Icon size which I should use in my WebWorks apps?
150 x 150?
Solved! Go to Solution.
11-13-2012 09:42 AM
one of each:
<!--BB10 screen -->
<rim:splash src="resources/splash-1280x768.png" />
<rim:splash src="resources/splash-768x1280.png" />
<!--BB10 icons-->
<icon src="resources/icon-86.png" />
<icon src="resources/icon-150.png" />
11-13-2012 05:07 PM
Hi there,
You can find the most up to date UI guidelines here:
https://developer.blackberry.com/devzone/design/ap
The recommendation is 114 x 114 to prevent any requirement for scaling.
04-16-2013 05:36 AM
Hi
A related issue for me:
04-16-2013 10:49 AM
Hi there,
blackberry-tablet.xml is likely a typo. It is in the config.xml where you specify your icon, and then when you package the application that information is automatically included in the bar-descriptor.xml that gets generated by the packager.
From your description, it sounds like you're doing everything right. If you like, feel free to email me the BAR file (eoros@blackberry.com) and I can take a closer look at it.