Hello,
I noticed that the colors and colordrawable objects don't exist in B4X and B4J. What's the equivalent property if I want to set the background color of a label in B4J or B4XPages project?
In B4A I had, for example:
What's the equivalent code in B4X?
Thanks!
I noticed that the colors and colordrawable objects don't exist in B4X and B4J. What's the equivalent property if I want to set the background color of a label in B4J or B4XPages project?
In B4A I had, for example:
B4X:
Dim lblStatus As Label
Dim color1 As ColorDrawable
color1.Initialize2(Colors.Red,50,0,Colors.Black)
lblStatus.Background = color1
What's the equivalent code in B4X?
Thanks!