android:scaleType
은 fitCenter
로 설정하였다.android:adjustViewBounds="true"
를 추가해주었다.<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitCenter" />