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

ListView choice modes are not supported #53

Closed
anton-novikau opened this issue Dec 24, 2012 · 0 comments
Closed

ListView choice modes are not supported #53

anton-novikau opened this issue Dec 24, 2012 · 0 comments

Comments

@anton-novikau
Copy link
Contributor

I recently found out that StickyListHeadersListView doesn't support any of choice modes other than default one (AbsListView#CHOICE_MODE_NONE). It means that if you use CheckedTextView, CheckBox or any other Checkable view as a list view item (I mean checkable view is the root of the list item), click on this item will not check the check box on this view even if AbsListView#isItemChecked(int) returns true for the current position. To support choice modes in the list view other than default one WrapperView must implement Checkable interface itself and delegate its state to the wrapped view.

Please see pull request #52 with my suggestion on how to add support of choice modes to StickyListHeaders. I hope it helps.

If you need more details, please just let me know

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