sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

Problem with transparent headers #50

Closed arminbashizade closed 10 years ago

arminbashizade commented 10 years ago

If header layout is transparent, the header row can be seen behind the pinned header moving up or down. untitled

sergejsha commented 10 years ago

In this implementation a PinnedSection view overlaps real list item. If PinnedSection becomes transparent, then you will see real item. It might be possible to make real list item invisible, but this requires special implementation I have no time to write. Thus currently it is not supported.