1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > android的单选按钮xml语法 android 控件 单项选择(RadioGroup RadioButton)

android的单选按钮xml语法 android 控件 单项选择(RadioGroup RadioButton)

时间:2021-12-30 20:38:21

相关推荐

android的单选按钮xml语法 android 控件 单项选择(RadioGroup RadioButton)

1、继承关系和子类:

2、定义:

RadioButton表示单个圆形单选框,而RadioGroup是可以容纳多个RadioButton的容器

3、XML重要属性:

4、重要方法:

5、实战:

布局文件

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:orientation="horizontal"

>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="男" />

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="女" />

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="不確定" />

参考1:

/intl/zh-cn/reference/android/widget/RadioButton.html

参考2:

/wt616/archive//06/20/2085531.html

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。