applidium / HeaderListView

Android ListView with sticky headers
http://applidium.com/en/news/headerlistview_for_android/
Other
313 stars 96 forks source link

First header issue #21

Closed matteinn closed 10 years ago

matteinn commented 10 years ago

Hi there! I am encountering an issue using your library. As you can see in the following screenshots only the first header "additional toppings" scrolls as like as the children. After scrolling it a bit it gets repositioned in the correct way (sticky at the top). Do you have any idea how to fix it?

I'm using the listview inside a custom dialog. header scrolling header after scrolling

matteinn commented 10 years ago

FYI Actually, forcing dialog's layout parameters to be X% of the screen size solved this issue automatically. I hope this will help some of you guys.