【问题标题】:How to reposition CheckBox text relative to checkbox如何重新定位相对于复选框的复选框文本
【发布时间】:2018-01-11 17:40:22
【问题描述】:

TextBox 文本的默认文本位置在文本框的右侧。

[x] TEXT

如何重新定位框上方的文本?

TEXT
 [x] 

谢谢

【问题讨论】:

    标签: android


    【解决方案1】:

    查看this question 似乎您只需将drawableRight 更改为drawableBottom。

    您需要将以下行添加到您的复选框:

    android:button="@null"
    android:drawableBottom="?android:attr/listChoiceIndicatorMultiple"
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-04
      • 1970-01-01
      • 2021-05-07
      相关资源
      最近更新 更多