Multiple Checkable Groups In Navigationdrawer Stopped Working After Upgrading Support Design Library
I am using NavigationView to display menu.xml data to my NavigationDrawer. It had two groups of checkable items. The first group could have any number of items checked at the same
Solution 1:
Version 23 of NavigationView
did entirely change the structure of how the menu is built - it is now based upon RecyclerView as mentioned in the comments of the release Google+ post.
From the NavigationMenuPresenter's Adapter source code (which controls how menu items are displayed and stored), it appears only a single checked item is saved and checking one item does uncheck other checked items.
This would require a new bug report to be filed to get NavigationView
to take into account the checkableBehavior
field.
Post a Comment for "Multiple Checkable Groups In Navigationdrawer Stopped Working After Upgrading Support Design Library"