I am trying to build RadioGroup in Android with one RadioButton checked by default. I\'m wondering if this is possible to do through XML, rather than programmatically.
T
Add android:checked="true" to the radiobutton that you want to make as default