[email protected] wrote: > Hi , > I want to display Header to my ListView. I used getListView > ().addHeaderView() method to add header to Listview. > > but this is Header is scrolling with List.I want header should be > constant. > > Can someone hellp me?
Put it above the ListView, not inside of it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.3 Available! -- 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

