3
votes

I want to show the action bar navigation icon on the Right side of the ActionBar [instead of the default left side].

Also I need to have the same slide in animation of the Navigation Drawer icon as in the Gmail and Google plus application.

Is there any way of achieving that animation on the right side easily.

Any kind of help or suggestion is appreciated.

Thanks in advance!

1
for that u have to use action-bar sherlock libraryMaveňツ
any link or source code would be helpful..AabidMulani
this is clear and good tuterial stackoverflow.com/questions/33464416/…Saeed Darvish

1 Answers

3
votes

This is how I've implemented the right navigation drawer. Just need to open and close the drawer based on Gravity. In this example they use Gravity.RIGHT, I use Gravity.END. I'm not sure which one is right or wrong. Hope this helps.

This link for ActionBar animation provides some good information, and should give a good base for doing the navigation drawer icon animation.