I am trying to use Material Icons when adding Spinner lines
B4X:
Dim ColSpinner as Spinner
Dim cs As CSBuilder
... code that setups spinner
ColSpinner.Add(cs.Initialize.Typeface(Typeface.MATERIALICONS).Append(Chr(0xE835)).Typeface(Typeface.DEFAULT).Append(" " &Text.Get(i)).PopAll)
The text shows but the Material Icon doesn't. Found this to be same for FontAwesome