赞
踩
一、应用场景:
在使用 RadioButton 时,有时我们会需要自定义点击时改变背景颜色的效果。
效果图:
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=
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。