1、使用 setOnCheckedChangeListener()方法对checkBox进行事件监听 2、重写方法 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) ...
分类:
移动开发 时间:
2018-05-27 14:47:37
阅读次数:
163
自定义checkbox新玩法?第一步:selector编写drawable/selector_checkbox_voice.xml<?xmlversion="1.0"encoding="utf-8"?>
<selectorxmlns:android="http://schemas.android.com/apk/res/android">
<itemandroid:drawable="@drawable/ic_voice_off"android:state_..
分类:
其他好文 时间:
2017-05-08 14:18:48
阅读次数:
141
View 创建 colors.xml 文件定义两个颜色 1. <resources> 2. <color name="blue_pressed">@android:color/holo_blue_dark</color> 3. <color name="blue_normal">@android:c ...
分类:
移动开发 时间:
2017-04-30 20:37:20
阅读次数:
244
这是一个封装好的类TagListView, 1. 只需要调用两个方法 设置宽度,间距,边距 并赋给它需要显示的字符串数组; 2. 遵循tagListView的协议, 并实现返回buttonView的方法. 即可展现. 这里我用了SDAutoLayout, 一个三方布局, 用cocopod安装一下就好 ...
分类:
其他好文 时间:
2016-12-05 02:07:22
阅读次数:
199
AbsoluteLayout.LayoutParamslayoutparams=newAbsoluteLayout.LayoutParams((int)(datashow.nWidth*wr),(int)(datashow.nHeight*hr),(int)(datashow.nLp*wr),
(int)(datashow.nTp*hr));
ButtonbuttonView=newButton(this);
buttonView.setPadding(1,1,1,1);//让数字全部显..
分类:
移动开发 时间:
2015-08-28 13:40:34
阅读次数:
205
mcbYouDao.setOnCheckedChangeListener(new OnCheckedChangeListener() { @Override public void onCheckedChanged(CompoundButton buttonView, boolean ...
分类:
其他好文 时间:
2015-07-07 12:18:40
阅读次数:
192
open.setOnCheckedChangeListener(new OnCheckedChangeListener() {@Overridepublic void onCheckedChanged(CompoundButton buttonView,boolean isChecked) {// ...
分类:
移动开发 时间:
2014-10-14 17:05:49
阅读次数:
294