ListView实现RadioButton的单选效果
摘要:
首先需要面对的问题: 1,Android自带的RadioButton单选框只支持添加文字,如果要实现更加复杂的item,由于每个RadioButton不在同级ViewGroup,所以单选效果不能实现 2,ListView的.getChildAt(index)方法只能获取当前屏幕中显示的item,... 阅读全文
posted @ 2014-12-02 11:18 hwren 阅读(670) 评论(0) 推荐(0) 编辑