Hi to all! I'm trying to add an info icon, but i have some issue.
icon is 25 x 25 and this is result
B4X:
Dim bb As BarButton
bb.InitializeBitmap(LoadBitmap(File.DirAssets,"[email protected]"),"1")
bb.Enabled = True
bb.TintColor = 0xFFED7B53
mpa.TopRightButtons = Array As Object(bb)
icon is 25 x 25 and this is result
Icon is not centered
B4X:
Dim bb As BarButton
bb.InitializeText(Chr(0xE88F),1)
bb.Enabled = True
bb.TintColor = 0xFFED7B53
bb.SetFont(Font.CreateMaterialIcons(32))
mpa.TopRightButtons = Array As Object(bb)