小圆圈颜色设置: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" />
网友评论