Install the tab:
In this case, the drawing is not fully visible.
How do I change the height of the tab label?
B4X:
Dim tp As TabPage
tp=TabPanel.LoadLayout("Tab1", "Persons"))
tp.Image = fx.LoadImageSample(File.DirAssets, "persons.png", 48, 48)
In this case, the drawing is not fully visible.
How do I change the height of the tab label?