Android - making the menu icons aligning themselves to the left instead of right -


i using toolbar with:

mtoolbar = (toolbar) findviewbyid(r.id.toolbar); setsupportactionbar(mtoolbar); 

is there way of aligning icons on left, next app icon instead of on right?

toolbar screenshot


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -