Align and Color problem in ListView.AddTwoLinesAndBitmap2

Ohanian

Active Member
Licensed User
Longtime User
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:

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?
 

Attachments

  • Test.jpg
    Test.jpg
    72.2 KB · Views: 304
Top