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
Step 1: Add a label named lblFontAwesome with the designer. Set its Typeface to FontAwesome and make it invisible. Step 2: Use the code editor Icon Picker to add the icons (right click to find it): TabStrip1.LoadLayout("Page1", "iOS " & Chr(0xF179)) TabStrip1.LoadLayout("Page2", "Android " &...