Home
last modified time | relevance | path

Searched refs:newRadioButton (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DRadioGroup1.java45 RadioButton newRadioButton = new RadioButton(this); in onCreate() local
46 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()