Issue
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
how do I achieve this?
Solution
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.
Answered By - xil3
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.