Can you help me with a solution for custom color shadow with gradient effect?
I need this effect for ImageView shadow
For example, I try to use gradient like:
<gradient
android:type="radial"
android:startColor="#000000"
android:endColor="#43bababa"
android:gradientRadius="100dp"
android:angle="270"/>
But this gradient has ring effect, not rounded corners.