You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
I've overriden addView in the SegmentedRadioGroup class which calls super and then call changeButtonsImages(): @OverRide
public void addView(View child) {
super.addView(child);
changeButtonsImages();
}
I've also created a style for buttons which I use when creating new buttons:
new RadioButton(getActivity(), null, R.style.MyRadioButtonStyle);
Sorry my formatting, I'm new to github, just registered to post this and maybe help someone.
Cheers
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When adding RadioButton from code, newly created RadioButtons are not styled correctly.
The text was updated successfully, but these errors were encountered: