Android Question How to add materialicons on Tabstrip

Makumbi

Well-Known Member
Licensed User
I have this
B4X:
CustomListView1.AddTextItem(cs.Initialize.Typeface(Typeface.MATERIALICONS).Size(22).VerticalAlign(3dip).Append(Chr(0xE145)).PopAll.Append("Profile").PopAll,"1")

how can i add matrialicons on thise tabsrip

B4X:
    TabStrip1.LoadLayout("Page1", "Parent Profile")
    TabStrip1.LoadLayout("Page2", "Accounts")
    TabStrip1.LoadLayout("Page3", "Academics")
 
Top