Re: [android-developers] ListActivity and headers giving me an odd side effect

2009-12-28 Thread Jason Mallet-Prevost
Yep, that did the trick! Thanks! On Mon, Dec 28, 2009 at 3:02 PM, Mark Murphy wrote: > JasonMP wrote: > > Hello, > > > > I'm getting some odd side effects when I set a header to my > > ListActivities. The ListActivity actually allows you to scroll up > > "behind" the header and click...which se

Re: [android-developers] ListActivity and headers giving me an odd side effect

2009-12-28 Thread Mark Murphy
JasonMP wrote: > Hello, > > I'm getting some odd side effects when I set a header to my > ListActivities. The ListActivity actually allows you to scroll up > "behind" the header and click...which sends my app into a fit of > errors b/c my Lists are connected to a Cursor and selecting behind the >

[android-developers] ListActivity and headers giving me an odd side effect

2009-12-28 Thread JasonMP
Hello, I'm getting some odd side effects when I set a header to my ListActivities. The ListActivity actually allows you to scroll up "behind" the header and click...which sends my app into a fit of errors b/c my Lists are connected to a Cursor and selecting behind the header returns a value of -1