标签: android android-layout
我在我的代码中调用toolbar.removeAllViews(),它清除了操作栏中的所有内容,包括我的菜单溢出图标。但是当我在我的应用程序中再次调用onCreateOptionsMenu(menu)时,没有菜单溢出显示我该如何解决这个问题?
toolbar.removeAllViews()
onCreateOptionsMenu(menu)