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
Use android:checkedButton="@+id/rdb_positive" ,i think you add + sign then its works
android:checkedButton="@+id/rdb_positive"
+