I'm having an issue with RadioButton on Android API 16. This issue is not there on newer API level. I found many other problems related to RadioButton in API 16, but none of them resolves my issue. The text of the RadioButton starts inside the Checkbox, here is a screenshot. I hope someone can help me find a workaround, because I couldn't for now.
The height and width are in "wrap_content" The left one has a paddingRight="10dp" and the right one has a paddingLeft="10dp"
Thank you