Did you verify this is a real problem by searching [Stack Overflow]
Yeppers
Tell us about the problem
Default segmented bar on Android is just really bad looking... I find it hard to use it without one of the tabs wrapping. Would be better to not wrap by default, and enable via a property on the segmented bar or on each SegmentedBarItem

Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
- CLI: 1.7.1
- Cross-platform modules: 1.7.1
- Runtime(s):
"tns-ios": {
"version": "1.7.0"
},
"tns-android": {
"version": "1.7.1"
}
- Plugin(s): None
Please tell us how to recreate the issue in as much detail as possible.
<SegmentedBar selectedIndex="{{ filterIndex }}">
<SegmentedBar.items>
<SegmentedBarItem title="Incomplete" />
<SegmentedBarItem title="Complete" />
<SegmentedBarItem title="Something Else" />
<SegmentedBarItem title="All" />
</SegmentedBar.items>
</SegmentedBar>Reactions are currently unavailable
Did you verify this is a real problem by searching [Stack Overflow]
Yeppers
Tell us about the problem
Default segmented bar on Android is just really bad looking... I find it hard to use it without one of the tabs wrapping. Would be better to not wrap by default, and enable via a property on the segmented bar or on each SegmentedBarItem
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.