当前位置:   article > 正文

Android中的各种button_button除了键盘还有什么

button除了键盘还有什么

一、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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/267795
推荐阅读
相关标签
  

闽ICP备14008679号