RobertApikyan / SegmentedControl

Android SegmentedControl + multi row support
Apache License 2.0
162 stars 30 forks source link

Stroke width doubles for strokes between segments #33

Open nathan-fiscaletti opened 3 years ago

nathan-fiscaletti commented 3 years ago

When I set a stroke width of 8, the areas where segments meet doubles that (due to each segment having their own stroke).

When a segment meets another, only one of the two segments should draw a stroke.

Example with strokeWidth set to 4dp: image