gpt4 book ai didi

android - 如何以编程方式设置?android :attr/textAppearanceListItem on a TextView

转载 作者:太空狗 更新时间:2023-10-29 14:13:59 26 4
gpt4 key购买 nike

我正在尝试设置抽屉导航中自定义适配器中的 TextView 的文本外观。我想让一些项目的文本比其他的更小(比如谷歌音乐的抽屉导航)。所以我在 getView 方法中有一个 if 语句,我想为列表项使用默认的 android 样式。

我知道我可以做到以下几点:

textView.setTextAppearance(getContext(), android.R.style.TextAppearance_Small);

但是我找不到可以在 xml 中设置的 textAppearanceListItem 属性的 android.R.style 值:

android:textAppearance="?android:attr/textAppearanceListItem"

最佳答案

以下代码适用于我:

textView.setTextAppearance(getContext(), android.R.attr.textAppearanceListItem);

关于android - 如何以编程方式设置?android :attr/textAppearanceListItem on a TextView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24215870/

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