摘要: 在res/drawable新建radiobutton.xml如下check和checknull分别为选中和位选中的图片。然后在你的布局文件中,RadioButton 布局,设置android:button = "@drawable/radiobutton",就可以了! 阅读全文
posted @ 2016-01-05 16:53 guopeng1987 阅读(2949) 评论(0) 推荐(0) 编辑
摘要: 利用CheckBox选中一个或多个item,最后批量删除它们。程序运行效果图如下:package com.test.adapter;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import jav... 阅读全文
posted @ 2016-01-05 09:37 guopeng1987 阅读(1356) 评论(0) 推荐(0) 编辑