Add margin between a RadioButton and its label in Android?

后端 未结 18 1489
春和景丽
春和景丽 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:37

    I know it is an old question, but with this solution, I finally got peace of mind and forget about API level.

    Left side vertical RadioGroup with right side vertical text view.

     
    
        
            
            
        
    
        
            
            
        
    
    

提交回复
热议问题