You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also call this in the onResume just to make sure, its setting the view.
But the issue is that sometimes I see the blur, sometimes, I dont see anything ? Am I missing anything ?
Ofcourse I am also calling mBlurringView.invalidate();
I am using the fragment in a view pager
The text was updated successfully, but these errors were encountered:
I am also using a ViewPager and im not seeing the blur. When i use the view of the fragment that is currently visible as the blurredView it will blur but it is offset since i'm using a Tabbar.
I am using blur view in a fragment.
For example in the fragment layout,
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
....
tools:context="fragments.FeedFragment">
And in the Fragment,
I do in the onActivityCreated, I use
I also call this in the onResume just to make sure, its setting the view.
But the issue is that sometimes I see the blur, sometimes, I dont see anything ? Am I missing anything ?
Ofcourse I am also calling mBlurringView.invalidate();
I am using the fragment in a view pager
The text was updated successfully, but these errors were encountered: