addisonElliott / SegmentedButton

Segmented Control/Button with animation for Android API 16+
Apache License 2.0
148 stars 39 forks source link

[Feature] Rounded buttons #12

Closed tkashkin closed 5 years ago

tkashkin commented 5 years ago

Adds attribute to round all corners of button regardless of button position.

My usecase: transparent background with rounded ripples.

addisonElliott commented 5 years ago

I like this feature.

Do you mind adding getter/setter for isRounded?

Also, can you add a test case in the sample? The easiest thing is to just take your implementation and put it in the sample.

tkashkin commented 5 years ago

I have added a test case in sample. It should also trigger #10 unless #11 is merged.