gpt4 book ai didi

java - 导航栏中的底部按钮是什么,您有时会看到它用于更改设置

转载 作者:行者123 更新时间:2023-12-01 12:17:59 25 4
gpt4 key购买 nike

Image

那个黄色圆圈按钮如何调用以及如何让它显示?

最佳答案

这是传统的溢出按钮。这是必需的,以便旧应用程序可以在没有硬件菜单按钮的新设备上运行。

  • 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.

http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html

考虑设计您的应用,这样您就不需要遗留溢出。

关于java - 导航栏中的底部按钮是什么,您有时会看到它用于更改设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26866012/

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