0

I'm using support.v7.widget.Toolbar for create my actionbar. My question is that how I can change default drawer menu icon position to right corner? enter image description here

Erfan Eghterafi
  • 4,344
  • 1
  • 33
  • 44
  • 2
    Possible duplicate of [Android - Is Navigation Drawer from right hand side possible?](http://stackoverflow.com/questions/17156340/android-is-navigation-drawer-from-right-hand-side-possible) – camelCaseCoder Nov 04 '15 at 07:06
  • No, my point is change just menu icon to right side, not only drawer listview. – Erfan Eghterafi Nov 04 '15 at 07:25

1 Answers1

0

Use DrawerArrowDrawable set in menu replace Toolbar Navigation Icon!

Fang
  • 3,652
  • 4
  • 16
  • 30