I am using imageView for upload profile image but i got a issue about it..
<ImageView
android:id="@+id/profile_image"
android:layout_width="120dp"
android:layout_height="120dp"
android:background="@drawable/roundimage"
android:src="@drawable/profile_pic"
android:scaleType="centerCrop"
android:layout_centerHorizontal="true" />
I set a round corner background and set source a image icon so when i select pic from gallery then my selected pic does not have round corner. I mean its looks like square image instead of round corner image..