Android - Spacing between CheckBox and text

前端 未结 29 2895
广开言路
广开言路 2020-11-27 09:24

Is there an easy way to add padding between the checkbox in a CheckBox control, and the associated text?

I cannot just add leading spaces, because my label is multi-

29条回答
  •  悲&欢浪女
    2020-11-27 10:08

    Use attribute android:drawableLeft instead of android:button. In order to set padding between drawable and text use android:drawablePadding. To position drawable use android:paddingLeft.

    
    

    result

提交回复
热议问题