M Makumbi Well-Known Member Licensed User Longtime User Mar 29, 2020 #1 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")
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")
Erel B4X founder Staff member Licensed User Longtime User Mar 30, 2020 #2 B4X: TabStrip1.LoadLayout("Page1", cs.Initialize.Typeface(Typeface.MATERIALICONS).Size(22).VerticalAlign(3dip).Append(Chr(0xE145)).PopAll.Append("Profile").PopAll) Upvote 0
B4X: TabStrip1.LoadLayout("Page1", cs.Initialize.Typeface(Typeface.MATERIALICONS).Size(22).VerticalAlign(3dip).Append(Chr(0xE145)).PopAll.Append("Profile").PopAll)