gpt4 book ai didi

android - Android Lollipop 设备 [Nexus 9 和 nexus 5] 上未显示菜单软键

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:46:54 25 4
gpt4 key购买 nike

我似乎无法在我的 Nexus 9 和 Nexus 5 [Android 版本 Lollipop] 上找到菜单软键。我开发的所有包含 option menu 的应用程序都没有显示 menu softkey。所以我无法访问那个选项菜单

另外,我的一些应用由于设计要求而不使用 Actionbar/Toolbar,因此我正在寻找不添加 Actionbar/Toolbar 的解决方案。

所以我想知道,有没有办法在 Android Lollipop 中显示 Menu softKey

更新:

enter image description here这是我在 Nexus 9 上找到的示例应用程序。如您所见,它具有用于旧版应用程序的 action overflow button。谁能告诉我这是怎么做到的?

最佳答案

根据这篇博文:http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html

If your app runs on a device without a dedicated Menu button, the system decides whether to add the action overflow to the navigation bar based on which API levels you declare to support in the manifest element. The logic boils down to:

If you set either minSdkVersion or targetSdkVersion to 11 or higher, the system will not add the legacy overflow button.

Otherwise, the system will add the legacy overflow button when running on Android 3.0 or higher.

The only exception is that if you set minSdkVersion to 10 or lower, set targetSdkVersion to 11, 12, or 13, and you do not use ActionBar, the system will add the legacy overflow button when running your app on a handset with Android 4.0 or higher.

所以基本上检查您的 list 文件。

关于android - Android Lollipop 设备 [Nexus 9 和 nexus 5] 上未显示菜单软键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27442691/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com