Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
安卓 4.0.3
我有一个简单的下拉微调器。默认情况下,微调器的标题是列表中的第一项,但我想设置我的文本。怎么做 ?android:promt - 不起作用
我假设您想在微调器关闭时更改它的文本,对吗?好吧, android:prompt 不打算这样做。它只为微调器设置一个标题。默认情况下,您无法更改关闭的微调器上显示的文本。Android 采用微调器的第一项并显示它。因此,如果您不希望这样做,则必须修改适配器。