SyntaxFix
Write A Post
Hire A Developer
Questions
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?