-1
プレビューでは正常に動作しますが、エミュレータでは画像はapi 17の左右に空白ができます。しかし、別のエミュレータでapi 26で試したとき完璧にうまくいった。このようなものを修正する別の方法がありますか? ImageViewのAdjustviewboundsはプレビューでは動作しますが、エミュレータでは動作しません
<ImageView
android:layout_width="fill_parent"
android:adjustViewBounds="true"
android:layout_height="wrap_content"
android:src="@drawable/snebakgrund"
android:id="@+id/historikHeader"
android:scaleType="fitCenter"
https://gyazo.com/056920e5f1772e34d09097186ffc0218(プレビュー) https://gyazo.com/e6f774678352ca85265e44e1048c78b9(エミュレータapi.17)
okありがとうございます –