zdunaisky-chwy / android-section-list

Automatically exported from code.google.com/p/android-section-list
Other
0 stars 0 forks source link

Support non-sectioned headers #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to attach a header view.
2.
3.

What is the expected output? What do you see instead?
Even though the header view is displayed correctly, the Section view is not 
displayed on the top of the listView, like it does if no other header view are 
attached. 

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by marcel...@gmail.com on 18 Sep 2012 at 5:43

GoogleCodeExporter commented 8 years ago
The list should have no header. That's the assumption made when library was 
created. It makes little sense to have header in section view list. It can be 
done using another view above the list.

Original comment by ja...@potiuk.com on 18 Sep 2012 at 8:24

GoogleCodeExporter commented 8 years ago
Well, if I put a view above the list then that view will be fixed, and won't 
scroll with the list, which is just what I need. 
Anyways, I'll let you know if I do add that to your codebase.

Original comment by marcel...@gmail.com on 18 Sep 2012 at 8:46