I have an ImageView and have set its layout_height to \"100dp\" and its layout_width to \"wrap_content\".
ImageView
layout_height
The drawable used has bigger actual
android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxHeight="100dp" android:adjustViewBounds="true"
I got it there