Hi All, i've searched for hours in the forums but haven't found anything relevant, is there a possability to create ListView with lets say 10 rows and on every row add a red circle badge with number in it. Has anyone come across something like that?
Thanks in advance.
B4X:
Private badger1 As Badger
ListView1.Initialize("ListView1")
For i = 1 To 10
ListView1.AddSingleLine("Item #" & i)
badger1 .addBadger(row,color,text)
Next
Activity.AddView(ListView1, 0, 5%y, 50%x, 50%y)
Thanks in advance.
Last edited: