Высота изображения на основе размера экрана
"android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
add this property to your imageview
Sudarshaana