Skip to content

Instantly share code, notes, and snippets.

@shau-lok
Created April 13, 2016 03:18
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 shau-lok/3ce4d527d225226e15f277eb7e431d47 to your computer and use it in GitHub Desktop.
Save shau-lok/3ce4d527d225226e15f277eb7e431d47 to your computer and use it in GitHub Desktop.
Remove listview footer click listener
RelativeLayout listFooterView = (RelativeLayout) inflater.inflate(
R.layout.my_footer_layout, null);
//remove footer click
getListView().addFooterView(listFooterView,null,false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment