Android Question MetroUI_TextView

RUNO

Active Member
Licensed User
Longtime User
Hi all
I want to change the text color during execution.
I used mbase.textcolor but didn't work
Can anyone help
 

teddybear

Well-Known Member
Licensed User
Did you try this?
B4X:
MetroUI_TextView1.MyTextBoxB4X.TextColor=Colors.Red
 
Upvote 1
Top