B4J Question TextArea - how to set background color

LucaMs

Expert
Licensed User
Longtime User
I tried everything, I think. Even:
I've tried it with this code and it works properly:
B4X:
CSSUtils.SetBackgroundColor(TextArea1, fx.Colors.Red)
 

Attachments

  • TextArea background color test.zip
    2.1 KB · Views: 334

LucaMs

Expert
Licensed User
Longtime User
Upvote 0

xulihang

Active Member
Licensed User
Longtime User
I met the same problem, too. Only the border's color is changed. But I find the result rather satisfying.
 
Upvote 0
Top