摘要: 一、常见样式 android:button :复选框的框样式 二、书写复选框 <CheckBox android:id="ID" android:layout_width="宽度" android:layout_height="高度" android:text="文本"/> 三、添加复选框事件 获取 阅读全文
posted @ 2021-09-20 20:43 `青红造了个白` 阅读(421) 评论(0) 推荐(0)
摘要: 一、常见样式: android:button="@null" : 去掉单选框前面的圆框 二、RadioButton控件 <RadioGroup android:id="ID" android:layout_width="wrap_content" android:layout_height="wra 阅读全文
posted @ 2021-09-20 19:46 `青红造了个白` 阅读(1642) 评论(0) 推荐(0)