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.
嗨,我有一个带有多选复选框的警报对话框,我想设置一个全选复选框,以便通过单击此 SELECTALL CHECKBOX 警报对话框列表中的所有项目(即复选框)以编程方式自动选择。
请帮助我。在此先感谢。
您可以在此处阅读我的答案或此处的示例或继续阅读...
您需要setMultiChoiceItems(R.array.items, null, null)在AlertDialog.Builder此之后,ListView从 onCreated 和显示的对话框中获取,并且setOnItemClickListener几乎没有逻辑,您就完成了。在这里查看我的示例
setMultiChoiceItems(R.array.items, null, null)
AlertDialog.Builder
ListView
setOnItemClickListener