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
After I migrated to AndroidX, RadioButton would always show circle button in API 19. Setting android:button="@null" or setButtonDrawable(null) did not work. I have found this StackOverflow thread helpful, setting to empty state list drawable works.
After I migrated to AndroidX, RadioButton would always show circle button in API 19. Setting android:button="@null" or setButtonDrawable(null) did not work. I have found this StackOverflow thread helpful, setting to empty state list drawable works.
Hi,
I am using this library and while is shows the segments, within it shows the circles of the radio buttons.
I am attaching a screenshot with the issue.
and here is the xml code
any ideas why this is happening?
thank you in advance
The text was updated successfully, but these errors were encountered: