Ticket Created
over 4 years ago

CIQQA-369

Documentation for IconMenuItem Sizes?

I'm not seeing any documentation for the IconMenuItem sizes for each device. These don't correspond to the LauncherIcon size as far as I can tell and aren't found in any of the device specific JSON files.

As far as I can tell, the only way to determine these sizes is to brute force it by drawing different sized colored rectangles and seeing how it renders on the actual device. In some cases, i'm getting really non-intuitive sizes, especially for height (65x113 for original Venu, for example).

  • I looked through the documentation myself and didn't see anything about icon sizes. While looking at one of our test apps there was no size set for the drawable in the xml file. So it looks like the height by default is based off the text font for the label and sublabel, plus 10 pixels of padding. The width was consistent with being 40 pixels.