Skip to content

Instantly share code, notes, and snippets.

@Jamp
Created September 20, 2016 19:28
Show Gist options
  • Save Jamp/f2359b8a72214a99890c447c94604d47 to your computer and use it in GitHub Desktop.
Save Jamp/f2359b8a72214a99890c447c94604d47 to your computer and use it in GitHub Desktop.
Delete ListView separator
ListView listView = (ListView) findViewById(R.id.listView);
listView.setDivider(null);
listView.setDividerHeight(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment