I have a manually created button I am trying to add a font awesome character to its text. Is there something I'm missing as I just get a rectangle with a cross
B4A v6.80 adds several new features related to the ability to format rich strings. CharSequence is a native interface in Android SDK. A String is one implementation of CharSequence. There are other implementations of CharSequence that provide more features and allow us to format the string...
Estimados, Comparto un breve uso de fonts icons personalizados que es una alternativa a las imágenes como iconos. ADJUNTO EJEMPLO PARA SU REVISIÓN. Si desea crear sus propios icons fonts utilizar una de estas herramientas. http://fontello.com/ https://icomoon.io/app/#/select En este caso...
Dim cs As CSBuilder
cs.Initialize
Dim cs As CSBuilder
cs.Initialize
cs.Initialize.color(Colors.Blue).Size(28).Typeface(Typeface.FONTAWESOME).Append(Chr(0xf0b0)).Size(22).Append("Filter").PopAll
FilterBtn.Text=cs