segmented
segmented copied to clipboard
Buttons stack instead of appearing inline
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.
Any suggestions?
You need to set orientation of SegmentedButton. android:orientation="horizontal"
Would great it came up in horizontal as default, don't you think?