Skip to content

Instantly share code, notes, and snippets.

@cdoger
Last active October 1, 2015 21:48
Show Gist options
  • Save cdoger/2064438 to your computer and use it in GitHub Desktop.
Save cdoger/2064438 to your computer and use it in GitHub Desktop.
@Override
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
// getListView().setDrawSelectorOnTop(true);
// getListView().setSelector(R.drawable.selector);
getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);
getListView().setDividerHeight(0);
getListView().setItemChecked(9, true);
// getListView().setCacheColorHint(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment