Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
javoid
Posts: 174
Registered: ‎11-24-2012
My Carrier: NA
Accepted Solution

Image or icon size for settings listview?

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?

Please use plain text.
Developer
Zmey
Posts: 919
Registered: ‎12-18-2012

Re: Image or icon size for settings listview?

Hi!

 

https://developer.blackberry.com/devzone/design/bb10/icon_types_and_sizes.html

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).

 

Please use plain text.
Developer
javoid
Posts: 174
Registered: ‎11-24-2012
My Carrier: NA

Re: Image or icon size for settings listview?

Awesome, thanks again.

Please use plain text.