Im not 100% sure but I know you can do it with two lines and a bitmap and maybe just leave the second area blank? Here is the code to do so. Just leave text#2 blank and see how it looks.
B4X:
ListView1.AddTwoLinesAndBitmap("Text#1", "Text#2", LoadBitmap(File.DirAssets, "Your Image File With Extension"))
This is true, and you can also set the height of the firsl line label to be full line height (otherwise it is set for half the height).
listview1.TwoLinesAndBitmap.Label.height = ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.