I've been working in material design using the latest Toolbar Widget provided in AppCompact-V21, with the navigation drawer.
My concern is How can I set navigation drawer icon to right side of the toolbar.
Although I can open navigation drawer from right by setting the android:layout_gravity="right"
but navigation icon still appears to be on left side in toolbar.
When Using old Action Bar
, I can crate custom action bar with button to right side with custom drawer icon and on click of custom navigation drawer icon open/close the drawer.
- What is way to set navigation drawer icon on right side using toolbar ?
- How to create custom view for it ?