Hi,
I am trying to add icons to Tabstripviewpager but dont see any option.Also the material icon is not coming by adding iconpicker generated code.
I have set all Tabstrip labels to FontAwesome in the loop.
Pls give some clue.
Juzer
I am trying to add icons to Tabstripviewpager but dont see any option.Also the material icon is not coming by adding iconpicker generated code.
I have set all Tabstrip labels to FontAwesome in the loop.
B4X:
For Each lbl As Label In GetAllTabLabels(TS)
lbl.Typeface = Typeface.FONTAWESOME
Next
TS.LoadLayout("LO_SearchItem", "Search "&Chr(0xF002))
Juzer