我試圖讓我的應用在不同的設備上看起來不錯。我已經在Galaxy S2和Google Nexus 7上試過了。我的圖片覆蓋了S2上的寬度,但不包含在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>
會是他lpful看到你的整個佈局 –
更新的答案! – Jojo