赞
踩
一、Button
包含点击、长按、移动、焦点、键盘事件
二、Imagebutton
1,src属性储存图片位置
2,根据图片大小决定button按钮的大小
三、Togglebutton
textOn和textOff
点击button会在两个信息之间进行切换
四、Radiobutton(单选按钮)
通常一个ButtonGroup中含有多个Radiobutton
1,布局文件
<RadioGroup
android:layout_width="202dp"
android:layout_height="326dp"
tools:layout_constraintTop_creator="1"
android:layout_marginStart="59dp"
android:layout_marginTop="52dp"
tools:layout_constraintLeft_creator="1"
app:layout_constraintLeft_toLeftOf="parent"
app:layo
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。