Show Icons On Actionbar Not In Overflow Android
Show Icons in Actionbar on Android, don’t show in Overflow#
-
You have to use the
AppCompat
Library ? Activity must extendAppCompatActivity
:MainActivity extends AppCompatActivity
-
Make sure the theme is from
AppCompat
in AndroidManifest.xml:<activity android:name=".MainActivity" android:label="@string/app_name" android:theme="@style/Theme.AppCompat.Light.DarkActionBar"> </activity>
-
Use
app:showAsAction
in mwnu_mail.xml:```
```