Re: [android-developers] How to remove a HeaderView from a ListView?

2010-07-02 Thread Mark Murphy
On Thu, Jul 1, 2010 at 11:20 PM, Moto medicalsou...@gmail.com wrote: How can I remove the Header from a ListView? If you are using addHeaderView(), you can't. I don't even think calling setAdapter() again will necessarily get rid of it. So, don't use addHeaderView(). Rather, create your own

[android-developers] How to remove a HeaderView from a ListView?

2010-07-01 Thread Moto
How can I remove the Header from a ListView? I tried setting the view's visibility to GONE but that just leaves me a blank area... Is there a way to be able to disable the header and than enable it again? Thanks! -Moto -- You received this message because you are subscribed to the Google