在介绍Dialog 时Android ApiDemos示例解析(22):App->Dialog 介绍了使用对话框来显示单选,多选框,ListView 可以通过setChoiceMode 为列表设置单选或是多选。
本例使用单选模式:
listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
在介绍Dialog 时Android ApiDemos示例解析(22):App->Dialog 介绍了使用对话框来显示单选,多选框,ListView 可以通过setChoiceMode 为列表设置单选或是多选。
本例使用单选模式:
listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);