blur image in background android studio code example
Example: android java how to blur an image
// siyanda zama
<ImageView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:alpha="0.7"
/>
// siyanda zama
<ImageView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:alpha="0.7"
/>