RadioRealButton icon indicating copy to clipboard operation
RadioRealButton copied to clipboard

Can't set a default checked Button

Open jokerstudios opened this issue 8 years ago • 1 comments

Hey, thank you for your great library. I have a problem with the Radio Group. I cant see or use the checkedPosition or checkedButton method. They just dont show up?

private RadioRealButtonGroup radioRealButtonGroup radioRealButtonGroup = findViewById(R.id.real_readio_button_category);

And these to methods are just red and not found ( I know that checkedButton needs a reference, just for demo purpose no one included here) radioRealButtonGroup.checkedPosition(2); radioRealButtonGroup.checkedButton();

jokerstudios avatar Nov 26 '17 21:11 jokerstudios

radioRealButtonGroup.setPosition(n); make the trick

AyoPrez avatar Jan 29 '18 18:01 AyoPrez