SegmentedButton icon indicating copy to clipboard operation
SegmentedButton copied to clipboard

Segmented Control with animation for Android API 12+

Results 36 SegmentedButton issues
Sort by recently updated
recently updated
newest added

when we scroll UI then the segment button is changed.

I've tried to create a SegmentedButton with image inside the SegmentedButtonGroup, it throws me an error " app:sb_drawable" not found. I've looked into the code to find the issue, and...

Why is the mask mode not selected when the right or left is selected? And is it a sharp see this [photo](https://imgur.com/a/2lWlW)

Hi, SegmentedButton can only set drawable res id. I want the setter of Drawable object like below. ```kotlin val drawable: Drawable = // create drawable dynamically. segmentedButton.setDrawable(drawable) ```

support for Vector Drawables in `sb_drawable`, currently it causes a crash.

![device-2017-07-07-193435](https://user-images.githubusercontent.com/21308114/27961356-00969306-634c-11e7-96c7-dd61acf36174.png) Please Fix .. if i increase divider size then it is leaving more space on every selected button background.

Is there anyway of making this segmented button group optionally layout the buttons vertically instead of just fixed horizontally?

is this a way to add buttons PROGRAMMATICALLY??

Hello, i am using 1.2.2 When i start the activity the selector looks fine, but when i click the button or the segmented group itself, it becomes smaller and it...