当前位置:   article > 正文

android 自定义radiobutton 样式,RadioButton自定义点击时的背景颜色

安卓radion点击改变

一、应用场景:

在使用 RadioButton 时,有时我们会需要自定义点击时改变背景颜色的效果。

效果图:

45da54034d0a

RadioButton自定义背景颜色.jpg

二、实现步骤:

1、新建一组 RadioButton :

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:gravity="center"

android:orientation="horizontal">

android:id="@+id/btn1"

android:layout_width="0dp"

android:layout_height="35dp"

android:layout_weight="1"

android:background="@drawable/radiobutton_background"

android:button="@null"

android:gravity="center"

android:text="P0501"

android:textColor=

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/643930
推荐阅读
相关标签
  

闽ICP备14008679号