0

The default text position of TextBox text is to the right of the text box.

[x] TEXT

How can re-position the text above the box?

TEXT
 [x] 

Thanks

the_prole
  • 8,275
  • 16
  • 78
  • 163

1 Answers1

1

looking at this question seems like you just need to change drawableRight to drawableBottom.

You need to add the following line to your checkbox:

android:button="@null"
android:drawableBottom="?android:attr/listChoiceIndicatorMultiple"
Hugo sama
  • 899
  • 1
  • 9
  • 19