How do I blur a gradient background?

305 Views Asked by At

Lest say I have a gradient background like this right

Example:

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:angle="90"
        android:startColor="#09203f "
        android:endColor="#537895"/>
</shape>

How do i blur it and make it look like this in the background of my layout?

Example:

enter image description here

0

There are 0 best solutions below