Skip to content

Ripple effect lost on Segmented-Bar with selectedBackgroundColor #3137

@bradmartin

Description

@bradmartin

NS 2.4 all
Using selectedBackgroundColor will lose the ripple effect. Tested on Android 6.0
This issue with the button fix many versions ago might help in fixing. #1296

CC: @enchev - you might remember this better than anyone 😄

Good

<SegmentedBar>
            <SegmentedBar.items>
                <SegmentedBarItem title="Yesterday" />
                <SegmentedBarItem title="Today" />
                <SegmentedBarItem title="Tomorrow" />
            </SegmentedBar.items>
        </SegmentedBar>

Broken

 <SegmentedBar selectedBackgroundColor="red">
            <SegmentedBar.items>
                <SegmentedBarItem title="Yesterday" />
                <SegmentedBarItem title="Today" />
                <SegmentedBarItem title="Tomorrow" />
            </SegmentedBar.items>
        </SegmentedBar>

segbarbug

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions