skip to Main Content

Android Studio – image is cropped inside the image view

I'm trying to load an image into an image view: but the image is cropped inside the image view: <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="30dp" android:layout_marginBottom="10dp" android:gravity="center" android:scaleType="centerCrop" android:src="@mipmap/icona_animal_app" /> why does this thing happen? how can i solve?

VIEW QUESTION
Back To Top
Search