Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Can't set a default checked Button #34

Open
jokerstudios opened this issue Nov 26, 2017 · 1 comment
Open

Can't set a default checked Button #34

jokerstudios opened this issue Nov 26, 2017 · 1 comment

Comments

@jokerstudios
Copy link

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();

@AyoPrez
Copy link

AyoPrez commented Jan 29, 2018

radioRealButtonGroup.setPosition(n); make the trick

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants