Searched refs:newRadioButton (Results 1 – 1 of 1) sorted by relevance
45 RadioButton newRadioButton = new RadioButton(this); in onCreate() local46 newRadioButton.setText(R.string.radio_group_snack); in onCreate()47 newRadioButton.setId(R.id.snack); in onCreate()51 mRadioGroup.addView(newRadioButton, 0, layoutParams); in onCreate()