gpt4 book ai didi

android - Gmail 等操作栏中的数字

转载 作者:可可西里 更新时间:2023-11-01 18:57:59 27 4
gpt4 key购买 nike

我正在尝试在操作栏的右上角显示数据计数。

如果我不使用拆分操作栏,我会在栏中创建一个 TextView,但它目前是 not possible拆分时在顶部操作栏中显示项目。

澄清一下,我的意思是:

Gmail unread count

Google 是否使用了不同的 Action Bar 实现方式,或者是否有办法做到这一点?我想我记得读过它,但我找不到它的名字。

最佳答案

将自定义 View 与顶部 AB 的微调器和 TextView 一起使用,并在 Activity 的 list 声明中启用 android:uiOptions="splitActionBarWhenNarrow"

//set the actionbar to use the custom view (can also be done with a style)
getActionBar().setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM);

//set the custom view to use
getActionBar().setCustomView(R.layout.custom_ab);

其中,custom_ab.xml 是一个包含 ImageView、Spinner 和 TextView 的布局。

关于android - Gmail 等操作栏中的数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10757038/

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