Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读这篇文章,并且很惊讶地看到:
您可能会注意到 3 个原始菜单项中只有 2 个显示在新的操作栏中 [...]。要获取其他菜单项,您必须转到“溢出菜单”。
我感到惊讶的原因是,当我使用在 Android 4.1.2 上运行的模拟 Nexus(即:没有菜单按钮)做同样的事情时,溢出按钮不会出现在菜单中,而是直接出现在操作栏中.
知道为什么行为不同吗?
注意:在我的 AndroidManifest.xml 中,我使用的是 minSdkVersion="11"
缺少物理按钮的设备的导航栏中显示的按钮不是溢出按钮;这是传统的菜单按钮。您看到的行为是正确的、预期的行为。