Android : 如何删除底部溢出菜单
Android : How to remove bottom overflow menu
我想删除显示在 Android 5.0 底部的带有菜单和后退项的东西(见图)。即使我不在代码中包含工具栏或菜单,它仍然会显示。我还删除了 xml 布局中的工具栏,如果这甚至取决于它的话。
- 更新你的AndroidManifest.xml
- 将 targetSdkVersion 更新为 13+
How to remove bottom overflow menu
Set your targetSdkVersion to 14 or higher.
Preferably without raising the targetSdkVersion?
用非常锋利的斧头砍掉 phone 的底部。请注意,这可能会使您对 phone.
的保修失效
我想删除显示在 Android 5.0 底部的带有菜单和后退项的东西(见图)。即使我不在代码中包含工具栏或菜单,它仍然会显示。我还删除了 xml 布局中的工具栏,如果这甚至取决于它的话。
- 更新你的AndroidManifest.xml
- 将 targetSdkVersion 更新为 13+
How to remove bottom overflow menu
Set your targetSdkVersion to 14 or higher.
Preferably without raising the targetSdkVersion?
用非常锋利的斧头砍掉 phone 的底部。请注意,这可能会使您对 phone.
的保修失效