I need to put Switch inside item in navigation drawer. I'm using new design support library, but I cannot find if it is posibble at all. When using
android:checkable
item is just full selected and that is not what I wish.
This is screenshot of what I really want. Is that possible to achieve that?
Your menu item for the navigation drawer:
and the layout for that item:
EDIT:
I ended up using a different approach. In fact, I found out that you can use any view in the drawer, so there's no point in bothering with the menu stuff. Just create a view the usual way (with listeners, etc.) and add in to the drawer.