我得到的圖像從URL,但它與屏幕不作爲瀏覽器的表現擬合...好心help..i試圖everything..this網址 「http://i.imgur.com/DvpvklR.png」 這裏是圖像如何使URL圖像適合Android屏幕?
如果我們運行在瀏覽器的URL,我們可以看到謂我的設備上對其稍加upside..i希望它看起來完美的我的設備
這裏是我的xml文件:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical">
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.7">
<ImageView
android:id="@+id/ms1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/main1" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.3">
<ImageView
android:id="@+id/ms2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight=".5"
android:scaleType="fitXY"
android:src="@drawable/pl2" />
<ImageView
android:id="@+id/ms3"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight=".5"
android:scaleType="fitXY"
android:src="@drawable/l1" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>
是否要將圖像設置爲屏幕的背景圖像,並將其他圖像設置爲背景圖像? – fluffyBatman
不是這是第一張圖片其他下面的圖片是第2張和第3張 –
沒有背景圖片其主屏幕圖片 –