RadioButton(单选按钮)文字在按钮的左边

  <RadioButton
                style="@style/CustomCheckboxTheme"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:button="@null"
                android:drawablePadding="30dp"
                android:drawableRight="@android:drawable/btn_radio"
                android:text="@string/express"
                android:layout_margin="15dp"
                android:textSize="20dp" />

 

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
相关资源
相似解决方案