gpt4 book ai didi

android - android :titleCondensed applicable in menu 属性在哪里

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:45:41 24 4
gpt4 key购买 nike

有人可以解释一下吗?我在开发人员文档中找不到足够的信息。当项目显示为操作并且长按图标显示包含标题的 toast 时,它是否也适用。

最佳答案

简而言之:当空间适合保留时,它就会出现。

我在 Galaxy S4 4.4.2 上拍照。

第一张图是风景,只有三个选择相关的图标,可以看到这里用的是压缩标题: enter image description here但是,如果我不提供 titleCondensed,它会使用 title,它显然适合: enter image description here

完整的 title 用于空间不是问题的任何其他地方,例如“工具提示”(长按操作栏图标,内部称为 cheat sheet )或溢出菜单: enter image description here

...这是我使用的部分代码(使用 appcompat-v7):

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<!-- Possibly more items like "Edit Item" and "Delete Item" below -->
<item android:id="@+id/action_select_all"
android:icon="@drawable/ic_action_select_all"
android:title="Select All"
android:titleCondensed="All"
app:showAsAction="ifRoom|withText" />
<!-- Same for Select None <-> None -->
<!-- Same for Invert Selection <-> Invert -->
</menu>

以上都是经验观察,因此可能不完整,但我很好奇,所以这里是实现以下内容的 Android 代码点:
请注意内部包,它们来自框架而不是支持库!

关于android - android :titleCondensed applicable in menu 属性在哪里,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25223866/

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