12-28-2012 12:11 PM
Does anyone know if there is a reference for the image / icon sizes for listviews? I would like to mimic the listview images as shown in the Settings app main page:
(image) About
(image) Network Connections
(image) Notifications
Etc
Is there any way to see the raw icon images in the source somewhere?
Solved! Go to Solution.
12-28-2012 12:27 PM
Hi!
https://developer.blackberry.com/devzone/design/bb
I use 81x81 px and they look authentic.
But images aren't properly aligned in DefaultListItem - had to create a custom list item.
Don't know if the source is available somewhere. If you find them please post a link.
You can copy & paste them from a screenshot (hold all 3 volume buttons to take a screenshot).
12-28-2012 12:36 PM
Awesome, thanks again.