droid_does wrote: > I have a ListView with a header and I am able to click the header as > if it was a list item however there is no highlighting if it receives > focus from the trackball/D-Pad. Basically I want the header view to > operate exactly as if it were just another list item in the ListView. > Is there a way to do this?
Don't make it a header -- just put it in the list. All rows in the list do not have to be the same. You could use my MergeAdapter for this: http://github.com/commonsguy/cwac-merge -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting/App Development: http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

