I want to add icon with menu title in android, but it not display with title. Below is my menu.xml code
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item android:id="@+id/rate_app"
android:title="Rate App"
android:orderInCategory="100"
app:showAsAction="never"
app:icon="@drawable/ic_star_half_24dp"/>
I also used android:icon = "@drawable/ic_star_half_24dp"
, but it didn't display with menu title