さまざまなデバイスでアプリの見栄えを良くしようとしています。私はGalaxy S2とGoogle Nexus 7で試しました.私の画像はtheS2の幅をカバーしていますが、Nexusでは十分ではありません. なんで?ここで何が間違っていますか?
私のImageViewのコードは次のとおりです。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/relativeLayout"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<include
android:id="@+id/include"
layout="@layout/actionbar"/>
<ImageView
android:id="@+id/imageView1"
android:layout_height="match_parent"
android:layout_width="fill_parent"
android:layout_marginTop="44dp"
android:src="@drawable/rect"/>
</RelativeLayout>