如何在布局中添加菜单

时间:2020-07-25 19:07:02

标签: android

我想要在我的布局中使用它,但我无法做到这一点,只能在空的活动中使用,知道吗?Array.prototype.every()

清空活动.java中使用的代码

   @Override
    public boolean onCreateOptionsMenu(Menu menu)
    {
        super.onCreateOptionsMenu(menu);
        getMenuInflater().inflate(R.menu.menu, menu);

        return true;
    }

enter image description here

0 个答案:

没有答案
相关问题