segmented icon indicating copy to clipboard operation
segmented copied to clipboard

Buttons stack instead of appearing inline

Open remmons opened this issue 4 years ago • 2 comments

This is my first time using this library so I'm unsure if this is related to my application or if it's related to the latest version of the android sdk i'm using (29). This screenshot is from the standard code snippet inside of a scroll view.

image

Any suggestions?

remmons avatar Nov 30 '20 02:11 remmons

You need to set orientation of SegmentedButton. android:orientation="horizontal"

emmessess avatar Dec 28 '20 18:12 emmessess

Would great it came up in horizontal as default, don't you think?

cbedoy avatar Dec 31 '20 02:12 cbedoy