Android Question Customlistview pressed inop

Scantech

Well-Known Member
Licensed User
Longtime User
How do I make customlistview pressed color panel work? I have 5 different customlistview in project and one of them works. I have no clue how it works. Color is not transparent on the color settings.
 

Scantech

Well-Known Member
Licensed User
Longtime User
Please try the attached. Add as_ScrollingChip library. I copied the .bal files from my project to duplicate the issue.
 

Attachments

  • Pressedtest.zip
    12.8 KB · Views: 35
Upvote 0

mangojack

Expert
Licensed User
Longtime User
I think using lazy loading (loading the layout in the CLV.VisibleRangeChanged event) is stopping the selection color showing . Might be wrong.

Any way have added CLV Selections class to the sample and selected items now display as expected .

I have set it to 'Permanent' mode but you can change it to suit.

I have commented where any changes have been made.
 

Attachments

  • Project.zip
    13.7 KB · Views: 36
Upvote 0
Top