摘要: 一、CheckBox是个什么东西? CheckBox即复选框。 二、CheckBox样式: <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="你学习的编程语 阅读全文
posted @ 2020-10-23 22:34 曾经沧海难为水。 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 一、RadioButton是什么? 字面翻译即单选按钮。 二、RadioButton样式: <RadioGroup android:id="@+id/rg1" android:layout_width="match_parent" android:layout_height="80dp" andro 阅读全文
posted @ 2020-10-23 21:47 曾经沧海难为水。 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 一、EditText标签作用 用于输入文字,类似于HTML中的<input type="text" />标签 二、EditText标签继承TextView标签,很多TextView标签的样式它同样也支持。 三、Edit标签特有的属性: <EditText android:id="@+id/et1" 阅读全文
posted @ 2020-10-23 20:57 曾经沧海难为水。 阅读(260) 评论(0) 推荐(0) 编辑