Android Question Using csbuilder and matrial icon in tabstrip

azzam223

Active Member
Licensed User
Longtime User
Screenshot_1504996820.png

hello I want To add matrial icons and color tabstrip pages but I did not what happen when i followed the tabstrip with matrial icon tutorial and change all labels to matrial typeface all page looks like the screen above I did not what the problem i use the code below
B4X:
tbsMain.LoadLayout("ShopView","Shoping " & Chr(0xE547))

even I use Csbuilder the same problem happend
 
Last edited:

azzam223

Active Member
Licensed User
Longtime User
I also Use CSBuidler like this

B4X:
tbsmain.loadlayout("promotion",promst.Initialize.Color(Colors.Red).Append("promotions ").Typeface(Typeface.MATERIALICONS).Append(Chr(0xF1FE)).PopAll)

also same proplem i
 
Upvote 0
Top