Hello everyone, i was wondering if someone can shed some light for me, i'm working on updating one of my apps, basically what i need is a listview where i can display something like this:
I tried doing this with
but it doesn't seem to work as i expected, I also would like to assign a different color to each label on the listview!
I've read almost all the threads that mention custom listviews but none of them work for my purppose, i hope someone has an idea how to accomplish this task!
Thanks,
Walter
first line:
Bus Line #128, East to Palmdale
Second line:
5 Minutes
30 Minutes
60 Minutes
75 Minutes
I tried doing this with
B4X:
listview1.addtwolines(String1, String2)
but it doesn't seem to work as i expected, I also would like to assign a different color to each label on the listview!
I've read almost all the threads that mention custom listviews but none of them work for my purppose, i hope someone has an idea how to accomplish this task!
Thanks,
Walter