tags:

views:

56

answers:

2

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?

+1  A: 

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.

xil3
+1  A: 

You might consider using CheckedTextView, which has the checkbox on the right.

CommonsWare