Search code examples
androidcheckboxcheckedtextview

How to align the checkboxes in the checkedtextView in android


I have a scrollView containing a form composed by multiple CheckedTextView, my problem is that the check boxes of these ones are not in the same level, they are at this end of every text, what i want is to have them aligned so it looks good as a form. How to do that? i've been searching for hours but nothing yet.

how i have them :

blablablablablabla x

blablablablablablablablablablablabla x

blabla x

how i want them :

blablablablablabla                   x

blablablablablablablablablablablabla x

blabla                               x

Solution

  • As a solution, I used single checkboxes and textviews