gpt4 book ai didi

安卓:兼容:​​showAsAction ="always|withText"不工作

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:31:33 28 4
gpt4 key购买 nike

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:compat="http://schemas.android.com/apk/res-auto" >
<item android:id="@+id/action_chat"
android:icon="@drawable/ico_enter_chat"
android:title="Enter Chat"
compat:showAsAction="always|withText" />

<item android:id="@+id/action_map"
android:icon="@drawable/ico_map"
android:title="Users Map"
compat:showAsAction="always" />
<item android:id="@+id/action_logout"
android:icon="@drawable/ico_log_out"
android:title="Log Out"
compat:showAsAction="always" />



</menu>

这是我的菜单 XML 文件,理论上它应该将两个图标显示为单个图标,第一个图标也应该显示为标题。

然而,在应用程序中它不显示标题,这里是屏幕截图: enter image description here

那为什么不显示“title”呢?

最佳答案

来源: http://developer.android.com/guide/topics/ui/actionbar.html#ActionItems

如果您的菜单项同时提供标题和图标(具有标题和图标属性),则操作项默认仅显示图标。

如果要显示文本标题,请在 showAsAction 属性中添加“withText”。

注意: “withText”值是对应显示文本标题的操作栏的提示。 操作栏将尽可能显示标题,但如果图标可用且操作栏空间受限,则可能不会显示标题

关于安卓:兼容:​​showAsAction ="always|withText"不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27765974/

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