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.
当我在 Android 的微调器视图中单击下拉列表中的项目时 - 微调器上的值更改为我单击的值。我想禁用此行为。我只需要callbakck,这样的点击就会发生。有任何想法吗?谢谢多米尼克。
覆盖getView()你的方法Adapter。为所有位置设置相同的文本。
getView()
Adapter