美文网首页
RadioButton 颜色设置:

RadioButton 颜色设置:

作者: 朱_c713 | 来源:发表于2020-07-07 16:55 被阅读0次

小圆圈颜色设置:android:buttonTint
RadioButton
<RadioButton
android:id="@+id/rb_one"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/whole_rent"
android:buttonTint="@color/colorPrimary"
android:textColor="@color/textBlack"
tools:layout_editor_absoluteX="247dp"
tools:layout_editor_absoluteY="58dp" />

相关文章

网友评论

      本文标题:RadioButton 颜色设置:

      本文链接:https://www.haomeiwen.com/subject/rzczqktx.html