I have an image I want to display in ImageView in my layout. As I don't want a distorted Image, I use android:scaleType = "center"
.
It looks good on medium and small devices, on large devices (7" and 10"), it is to small and you can see the borders. How can I prevent this?
Try with this property:
android:scaleType="centerCrop"