SyntaxFix
Write A Post
Hire A Developer
Questions
In programmatically, add the background image
minSdkVersion 16
RadioGroup rg = new RadioGroup(this); RadioButton radioButton = new RadioButton(this); radioButton.setBackground(R.drawable.account_background); rg.addView(radioButton);