Add margin between a RadioButton and its label in Android?

后端 未结 18 1488
春和景丽
春和景丽 2020-12-02 10:43

Is it possible to add a little bit of space between a RadioButton and the label while still using Android\'s built-in components? By default the text looks a little scrunche

18条回答
  •  Happy的楠姐
    2020-12-02 11:31

    The padding between the drawables and the text. It will be achieved by adding line below in xml file. android:drawablePadding="@dimen/10dp"

提交回复
热议问题