ceryle / SegmentedButton

Segmented Control with animation for Android API 12+
Apache License 2.0
364 stars 97 forks source link

Selected button loses radius #35

Open PJHaynes304 opened 6 years ago

PJHaynes304 commented 6 years ago

The button group has radius set with app:sbg_radius="2dp" but the selected button does not have a radius. I tried adding the same to the individual buttons but this does not work. I see in the gifs your buttons keep the radius when they are selected so I assume I've missed something?