RadioButton文字按鈕間距設定,按鈕在文字右端顯示,RadioButton 右端對齊

llllll_iinn發表於2020-11-28

①xml檔案對控制元件設定兩個引數:
android:layoutDirection=“rtl”
android:textDirection=“ltr”
在這裡插入圖片描述
②右端選項圓圈 對齊
相應設定radiobutton控制元件寬度即可
android:layout_width=“match_parent”
或者給一個定值可以控制其間距,

RadioButton屬性將 android:paddingleft設定上就可以了
在這裡插入圖片描述

相關文章