David Meier Active Member Licensed User Longtime User Dec 14, 2018 #1 Can the hamburger icon be set to bold (or changed)? I is very thin and not visible very well. I tried to set the font like this: B4X: Dim b1 As BarButton b1 = smc.CreateBarButton("SideMenu") b1.TintColor = Colors.RGB(255,255,255) b1.SetFont(Font.CreateNewBold(22)) PageHome.TopRightButtons = Array(b1) But this does not change the font. Color change is working. Does anybody have an idea? Regards David
Can the hamburger icon be set to bold (or changed)? I is very thin and not visible very well. I tried to set the font like this: B4X: Dim b1 As BarButton b1 = smc.CreateBarButton("SideMenu") b1.TintColor = Colors.RGB(255,255,255) b1.SetFont(Font.CreateNewBold(22)) PageHome.TopRightButtons = Array(b1) But this does not change the font. Color change is working. Does anybody have an idea? Regards David
Erel B4X founder Staff member Licensed User Longtime User Dec 16, 2018 #2 No. However you can use any icon you like. Upvote 0