-
Notifications
You must be signed in to change notification settings - Fork 570
Open
Description
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 🙂
pugson, joisadler, flexsurfer, emilstepanian, briansztamfater and 1 more
Metadata
Metadata
Assignees
Labels
No labels