Need to draw an blur lines using xml

WebH

New Member
Need to draw an blur lines using xml not with an image or bitmap.
IvXLm.png
// in xml I am just drawing a line.how to make that as an blur edges\[code\]<View android:id="@+id/blur_divider_line" android:layout_width="wrap_content" android:layout_height="1dp" android:layout_marginLeft="25dp" android:background="@color/white"/>\[/code\]here they are using blur effect in bitmap using BlurMaskFilter.
 
Back
Top