ImageViewの質問です。
1659×875ピクセル(96dpi)のJPEG画像をdrawableに入れて、ImageViewのlayoutに
android:scaleType="fitStart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/gazou"
としていますが、画像の下に空白が長く発生します。
android:layout_height="300dp"
とすると空白部分が短くなりますが、端末によって違いがあります。
ぴったり表示して、空白がない方法が知りたいです。