Hi,
I have more labels in one panel and I need to give them same Background, TextColor, TextSize etc. Is there any easier way to do that than write it over and over again?
Thanks for answer
I have more labels in one panel and I need to give them same Background, TextColor, TextSize etc. Is there any easier way to do that than write it over and over again?
B4X:
Label1.TextColor = Colors.Black
Label1.Gravity = Gravity.CENTER_VERTICAL
Label2.TextColor = Colors.Black
Label2.Gravity = Gravity.CENTER_VERTICAL
Label3.TextColor = Colors.Black
Label3.Gravity = Gravity.CENTER_VERTICAL
.
.
.
.
Thanks for answer