Showing posts with label listactivity. Show all posts
Showing posts with label listactivity. Show all posts

Wednesday, May 23, 2012

Android: Adding static header to the top of a ListActivity


Currently I have a class that is extending the ListActivity class. I need to be able to add a few static buttons above the list that are always visible. I've attempted to grab the ListView using getListView() from within the class. Then I used addHeaderView(View) to add a small layout to the top of the screen.