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?
Comments
Post a Comment