I think this question is answered so many times but none of them worked in my case. I have a collapsing toolbar with an image loaded from the web using Picasso. I'm displaying a title on the image when collapsing toolbar is expanded. But my issue is when the image is light in color I can't see the title as it's in white color.
I tried setting the tint to Imageview in XML,
android:tint="@color/colorGrey"
but it's applying for the entire image.
I checked the collapsing toolbar on What's app, where it has a blurred image towards the bottom where the title is present. So, How to achieve the blur effect like What's app collapsing toolbar image?