FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Ripple effect lost on Segmented-Bar with selectedBackgroundColor · Issue #3137 · NativeScript/NativeScript · GitHub

Ripple effect lost on Segmented-Bar with selectedBackgroundColor #3137

Description

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL