in the following example code from the main thread, where does the 30 (size of rendered font bitmap) comes from?
height in the layout are expressed in dip, while for fonts are not
how do you make sure your icon is at the correct size, on different density displays?
B4X:
ASTabMenu_horizontal.AddTab(xui.Color_ARGB(255,39, 174, 97),"",ASTabMenu_horizontal.FontToBitmap(Chr(0xF015),False,30,xui.Color_White),"")
how do you make sure your icon is at the correct size, on different density displays?