ImageView -Höhe basierend auf Bildschirmgröße
"android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
add this property to your imageview
Sudarshaana