RadioButton默认选择框是在左边显示的,文字显示在右边,可是在某些场景下,我们想在右边显示选择框,左边显示文字,这时候就需要我们去设置一些属性了,给RadioButton 添加一下两个属性就可实现这种效果
android:layoutDirection="rtl" android:textDirection="ltr"

RadioButton默认选择框是在左边显示的,文字显示在右边,可是在某些场景下,我们想在右边显示选择框,左边显示文字,这时候就需要我们去设置一些属性了,给RadioButton 添加一下两个属性就可实现这种效果
android:layoutDirection="rtl" android:textDirection="ltr"