gpt4 book ai didi

android - 如何为无法选择的微调器设置标题..?

转载 作者:IT老高 更新时间:2023-10-28 23:17:16 26 4
gpt4 key购买 nike

我有 spinner 但其中只有可选项目显示为默认标题..

有什么方法可以设置在微调器展开时不出现的标题...

最佳答案

您必须设置微调器的 prompt 属性。

<Spinner   android:id="@+id/discuss_about_spinner"  
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:prompt="@string/discuss_about_header"
android:layout_below="@+id/what_time_layout">
</Spinner>

以编程方式将标题设置为 Spinner

spinner.setPrompt("Title");

不知道是什么原因,提示不支持直接替换字符串值。相反,您必须在 strings.xml 中包含您的字符串。

关于android - 如何为无法选择的微调器设置标题..?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6385959/

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