emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

Sections headers without Item getting highlighted #428

Closed kgdm closed 8 years ago

kgdm commented 8 years ago

In Multi choice mode, after selecting an item, some sections headers without the item, are getting highlighted while scrolling up and down. listview

kgdm commented 8 years ago

I solved this issue by changing the background colour of ConvertView to transparent. The section headers would never gets highlighted anymore.