Skip to content

Instantly share code, notes, and snippets.

View cdoger's full-sized avatar

Candemir Doger cdoger

View GitHub Profile
@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);
}