[Class] Custom List View... Modified Erel's ListView

Scantech

Well-Known Member
Licensed User
Longtime User
My first class uploaded. I was looking for a 1 or 2 line listview with autoresize text. Decided to modify Erel's CustomListView class.

I have tested it on Nexus 7 and Samsung Galaxy. Seems to resize properly on both of the devices.

Version 1.16
Fixed: Resizing issues
Added: change divider color
Added: change background color
Added: change font color and size
Added: change font type
Added: Get Top and Bottom index

few other enhancements. I have not fixed image resizing issue. Originally used with 45dip. It should be stable. I use it on my apps.
not backward compatible with 1.02

Version 1.02 - Initial Release
 

Attachments

  • CustomListView 1.16.zip
    12.5 KB · Views: 453
Last edited:

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello my friend!
Very helpfull your class but it has a problem. When you add a listview with image it does not shows the hole text. I think that the problem is that image pushes the label to right and some words are missing from labels.
Can you do something for this?
 
Top