Sub Globals
Dim rs As RichString
Private Label1 As Label
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("main")
Dim title As String ="HI Mr"
rs.Initialize(title)
rs.Color(Colors.Red,0,2)
Label1.Text = rs
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.