Add margin between a RadioButton and its label in Android?

后端 未结 18 1476
春和景丽
春和景丽 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条回答
  •  独厮守ぢ
    2020-12-02 11:30

    I came here looking for an answer and the simplest way (after some thinking) was add spacing at the beginning of the label itself like so

    
    
    
    

提交回复
热议问题