Menu items keeps on adding on every menu button press
问题 I have added two menu item . Both of them works good but whenever i press menu button new menu items appear beside the old one . Like below u can see below is my menu item xml <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:title="Search" android:icon="@drawable/search_white_24dp" android:id="@+id/searchmenu" app:showAsAction="always"> </item> <item android:icon="@drawable/settings_white_24dp" android:title=