friends,
by default android checkbox shows
text at right side and checkbox at left
i want to show checkbox at right side with text at left
any one guide me how to achieve this?
friends,
by default android checkbox shows
text at right side and checkbox at left
i want to show checkbox at right side with text at left
any one guide me how to achieve this?
I can't think of a way with the styling, but you could just set the text of the checkbox to nothing, and put a TextView to the left of the checkbox with your desired text.
You might consider using CheckedTextView
, which has the checkbox on the right.