applidium / HeaderListView

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

Divider between header and row #35

Closed njomik closed 9 years ago

njomik commented 9 years ago

I'm using header and one row in section. Header contains title and the row contains image. I've noticed gray line , that looks like a divider, above image view which is located in row since it goes under the header as the row is scrolled. Any idea how to remove this?

dimitrireef commented 9 years ago

add android:divider="@null"