Skip to content

Bleeding BlurView in Android  #511

@shashwats-greytip

Description

@shashwats-greytip

Issue
image (1)

When we add a blurred view in android, the layer on top of the blur view bleeds (or blurs out the upper layer).
The solution which was provided by the community were:

  • Take blurView as a parent and insert the view as the child of blurView. (but in this case not able to position the child component.)
    RELATED ISSUE
 <BlurView>
      <ChildView></ChildView>
 </BlurView>
  • Another solution was that create a common view and encapsulate blur and your view inside the common view.
<View>
     <BlurView />
     <YourView></YourView>
</View>

Same issue as this one: STRANGE BLUR ON ANDROID
I tried the solution provided in the above link, but none of them gave the desired result.

Help would be highly appreciated ❣️
If the issue is not resolved @Kureev can you please provide a fix for it?

                                         THANKS IN ADVANCE 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions