每次我在android 5.1.1设备上打开应用程序的溢出菜单时,都会显示消息weitere Optionen
。
在Android 8.0.0 设备上,它不显示消息。
如何删除此消息?
代码如下:
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
// Standard Methode und Definition von Android Studio
this.menu = menu;
getMenuInflater().inflate(R.menu.menu_main, menu);
return true;
}
如果按住该按钮,则还会显示此消息。