Android Question Tabstripviewpager and Fontawsome

Mostez

Well-Known Member
Licensed User
Longtime User
in this example, i changed TypeFace property of TabStrip1, to FontAwsome, I tried to add an Icon to Page1 title, but the icon appears as an empty rectangle. any ideas?
B4A V9.90
Tabstripviewpager V1.20
B4X:
Activity.LoadLayout("Main")
    TabStrip1.LoadLayout("Page1", Chr(0xF0E0) & " PAGE 1")
 

Mahares

Expert
Licensed User
Longtime User
tried to add an Icon to Page1 title, but the icon appears as an empty rectangle. any ideas?
Take a look at Erel's code snippet in this link. It will tell you how to do it:
 
Upvote 0
Top