Where do I have to set the TabBarItem?
I have tried also different solutions (60x60, 75x75), but no result...
B4X:
Private Sub Application_Start (Nav As NavigationController)
TabController.Initialize("TabController")
page1.Initialize("page1")
page1.RootPanel.LoadLayout("Layout1")
Dim Bm As Bitmap
Bm=LoadBitmap(File.DirAssets, "test.png")
page1.TabBarItem.Initialize("Test", Bm, Bm)
page2.Initialize("page2")
page2.RootPanel.LoadLayout("Layout2")
TabController.Pages = Array(page1, page2)
App.KeyController = TabController
I have tried also different solutions (60x60, 75x75), but no result...