my I have good quality images in my phone image gallery. When I try to add these files to ImageView it shows very blurry
<ImageView
android:id="@+id/img_user"
android:layout_width="match_parent"
android:layout_height="250dp"
android:adjustViewBounds="true"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:background="#CCC"
android:scaleType="centerCrop" />
Why it is happening?