ceryle / RadioRealButton

A custom radio button for Android API 12+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't set a default checked Button

jokerstudios opened this issue · 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();

commented

radioRealButtonGroup.setPosition(n); make the trick