Hi,
I'm trying to set the alignment and the color of the label to right but it seems something is wrong because it sticks to the left!
Here's my code and screenshot:
Is this a bug in the app, or it's not implemented yet?
Is it possible to change the alignment of the bitmap?
I'm trying to set the alignment and the color of the label to right but it seems something is wrong because it sticks to the left!
Here's my code and screenshot:
B4X:
lvSearchResult.TwoLinesLayout.SecondLabel.Gravity = Gravity.RIGHT
lvSearchResult.TwoLinesLayout.SecondLabel.TextColor = Colors.Black
lvSearchResult.TwoLinesLayout.Label.Gravity = Gravity.RIGHT
lvSearchResult.TwoLinesLayout.Label.TextColor = Colors.Red
Is this a bug in the app, or it's not implemented yet?
Is it possible to change the alignment of the bitmap?