Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not blurring bottom #34

Closed
harounhajem opened this issue Oct 10, 2018 · 0 comments
Closed

Not blurring bottom #34

harounhajem opened this issue Oct 10, 2018 · 0 comments

Comments

@harounhajem
Copy link

harounhajem commented Oct 10, 2018

It looks like Blurkit has issues blurring layout_alignParentBottom="true"
As you can see, It's not applying any blur to the bottom of the view.
I'm currently runnning Android Pie, but this was prevelent in Android Oreo also.

<com.wonderkiln.blurkit.BlurLayout
android:id="@+id/blurLayout"
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_alignParentBottom="true"
blurkit:blk_blurRadius="25"
blurkit:blk_downscaleFactor="0.9"
blurkit:blk_fps="60" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant