Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not the correct background color rendering of the selected list item with headers. #8

Closed
JohnKuper opened this issue Feb 12, 2015 · 1 comment

Comments

@JohnKuper
Copy link

Approximate solution:

public void selectMenuItem(int position) {
if (mMenuListView != null) {
mMenuListView.setItemChecked(position + numHeaders, true);
}

@agrebnev
Copy link
Contributor

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants