Skip to content

Instantly share code, notes, and snippets.

@kyze8439690
Created November 22, 2013 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyze8439690/7602219 to your computer and use it in GitHub Desktop.
Save kyze8439690/7602219 to your computer and use it in GitHub Desktop.
ListView do not show header view until you add an adapter to it
listView.addHeaderView(headerView);
//add adapter and show the header
listView.setAdapter(myAdapter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment