Hi
I use this example:
https://www.b4x.com/android/forum/threads/b4x-xui-scrolling-label.85516/#content
How to change the text color?.
I use this example:
https://www.b4x.com/android/forum/threads/b4x-xui-scrolling-label.85516/#content
How to change the text color?.
B4X:
Private txt1 As String
Private info As klasa1'(Private ScrollingLabel1 As ScrollingLabel"
txt1 = File.ReadString(File.DirAssets, "infotxt1.txt")
' info1.Text=Colors.ARGB(255,255,113,75)
info1.Text=Colors.Blue
info1.Text= txt1
Last edited: