All icons are shown in the overflow menu, but I want them on actionbar view. I have tried several things but still getting the issue. Here is my xml file:
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/addnewqmsmenu"
app:showAsAction="always"
android:title="Add New"
android:icon="@drawable/addqms5"/>
</menu>