Android tricks - How to make the text of a RadioButton appear on it's left side?
Let’s start 2017 with a quick and useful ‘How to’ article! Have you ever tried to make the text of a RadioButton appear on it’s left side? It’s tricky! You can check to source code down below: Code description By default, for the usual left-to-right layout, the text appears on the right side of the RadioButton. As you can see from the snipped above, we actually use a particular property to change the direction of the current view:...