Android Question Add 2 Bitmap images for a list item

trueboss323

Active Member
Licensed User
Longtime User
Is it possible to add 2 images inside a list item, along with 2 labels? Just like using the AddTwoLinesAndBitmap() , but I would like to add another bitmap.
 

sorex

Expert
Licensed User
Longtime User
you can use CustomListView for that, you can generate your own type in it.
 
Upvote 0

trueboss323

Active Member
Licensed User
Longtime User
you can use CustomListView for that, you can generate your own type in it.

I went and looked at this topic for making a CustomListView. And I may be an idiot for figuring this out, but i can't find where to download the library! Since the only file attached is a sample, which I can't open because i don't have the library.
 
Upvote 0
Top