一:CheckBox:复选框
说明:一次性可以选择多个内容。
定义:
java.lang.Object
|-android.view.View
|-android.widget.TextView
|-android.widget.Button
|-android.widget.CompoundButton
|-android.widget.CheckBox
<CheckBox
android:id="@+id/mycheckbox1"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="@string/hello1"
android:checked="true"
/>
05 CheckBox
最新推荐文章于 2022-07-28 08:40:27 发布