如何删除显示“ weitere Optionen”的消息?

时间:2019-01-16 11:16:12

标签: java android-5.1.1-lollipop overflow-menu

每次我在android 5.1.1设备上打开应用程序的溢出菜单时,都会显示消息weitere Optionen

在Android 8.0.0 设备上,它不显示消息。

image

如何删除此消息?

代码如下:

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;
}

如果按住该按钮,则还会显示此消息。

0 个答案:

没有答案