We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
It won't work directly in the OnCreate method. Then I tried after applying delayed
Handler().postDelayed({ Blurry.with(this) .radius(15) .sampling(1) .color(Color.argb(70, 0, 255, 255)) .async() .capture(findViewById(R.id.fullImage)) .into(findViewById(R.id.fullImage)) }, 500)
Sorry, something went wrong.
No branches or pull requests
Will it supports AndroidX support?
I tried to add to my project, But ImageView itself not showing. I think this is not supported by AndroidX. because my project is in androidx support
The text was updated successfully, but these errors were encountered: