I have made a ToolBar, but when I add menu items in menu.xml it always shows a
OK, I got the icons because I wrote in menu.xml android:showAsAction="ifRoom" instead of app:showAsAction="ifRoom" since i am using v7 library.
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
However the title is coming at center of extended toolbar. How to make it appear at the top?