Android ApiDemos示例解析(177):Views->Lists->10. Single choice list

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

本例使用单选模式:

listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);

Android ApiDemos示例解析(177):Views->Lists->10. Single choice list_第1张图片

 

你可能感兴趣的:(android,ListView,list,dialog)