gpt4 book ai didi

android - 将微调器/下拉菜单添加到 Android 5.0 中的菜单栏

转载 作者:行者123 更新时间:2023-11-29 14:48:22 29 4
gpt4 key购买 nike

<分区>

我需要在我的 Android 应用的顶部菜单栏中添加一个微调器,如下所示:

enter image description here

在Android 5.0之前,我简单地使用:

final android.app.ActionBar actionBar = getActionBar();
actionBar.setDisplayShowTitleEnabled(false); // DEPRACATED
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_LIST)

但该方法已被弃用。我已经浏览了所有样本:http://developer.android.com/samples/ui.html但没有一个有微调器/下拉菜单来作为我的代码的基础。

鉴于 NAVIGATION_MODE_LIST 已弃用,我如何添加一个与 Android 5.0 和所有先前版本兼容的微调器?

更新:如我的代码所示,添加工具栏后出现错误,因为它指出它无法看到导入,即使 android.support.v7.widget.Toolbar ;列得很清楚

enter image description here

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