Che io sappia non è possibile impostare due TextColor diversi ad una sola label.
Il modo più facile per aggirare il problema è creare un'altra label, agganciarla al bottom (O al top + height) della prima, copiare font e dimensione, e variare il colore
'example of explicitly popping an attribute:
Dim cs As CSBuilder
Label1.Text = cs.Initialize.Append("Verona").Color(Colors.Red).Pop.Append("OLIVE!").PopAll
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...