I am completely new to B4A and just starting out making an app for fun! My only experience with coding has been some VBA with Excel. I am looking to set up a menu bar for my app something like the picture below. This has a big icon on the top and small text underneath for each button. I tried using FontAwesome for the icon and that looked great but could not figure out a way to put small text underneath it. Does this need to be done by coding or can it be done in the designer?
A better menu, can you find here Hey B4X-Forum! New Year, new views! :) The first one from me for this year is a better, simpler, faster and scalable Tab/Bottom-Menu. i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view...
Another option is to use CSBuilder. Lots of threads about it. Here is an example code with the matching screenshot:
B4X:
Dim cs As CSBuilder
cs.Initialize.color(Colors.Red).Size(50).Typeface(Typeface.MATERIALICONS).VerticalAlign(10dip).Append(Chr(0xE52F)).Pop. _
Typeface(Typeface.DEFAULT_BOLD).Append(CRLF).Size(24).Append("Tracker").PopAll
Button1.Text = cs