1

How can i change the position of the drawer icon and rotate it when open the drawer and change it to arrow back. like on the google store.

http://s23.postimg.org/5olnsi3gr/google_play_5_1_2.jpg

joshua pogi 28
  • 521
  • 1
  • 6
  • 15

2 Answers2

1

The ActionBar that you showed in your link is the default Lollipop ActionBar. In order to use it, you should use the support v7 appcompat library, that way it can be used with pre-Lollipop devices aswell. You can read more here.

Some useful links to get you going

Marko
  • 20,385
  • 13
  • 48
  • 64
-1

You need to use toolbar in your project.

Just go through link : Hope it will help you.!!!

Community
  • 1
  • 1
Ganesh Katikar
  • 2,620
  • 1
  • 26
  • 28
  • You do not need to use the Toolbar in order to use the drawer toggle. You can, but it can work without it too. – Marko Dec 31 '14 at 08:42