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

Blur appears with a bottom padding #53

Open
Quentin1010 opened this issue Feb 8, 2019 · 0 comments
Open

Blur appears with a bottom padding #53

Quentin1010 opened this issue Feb 8, 2019 · 0 comments

Comments

@Quentin1010
Copy link

Quentin1010 commented Feb 8, 2019

I have Textview inside a BlurLayout inside a RelativeLayout looking like this:

<io.alterac.blurkit.BlurLayout
android:id="@+id/fe_blue_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true">

</io.alterac.blurkit.BlurLayout>

No matter the padding or the margin that I put on the TextView, it only blur a thin line on top of the BlurLayout. What is weird is that you can see that the whole BlurLayout space is squished and blurred in that thin line.

Looks like #34 or #21 but nothing solved it.
Help ^^'

Edit: Is it because I'm inside a Fragment instead of an Activity?

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