...親切にhelp..iが試したURLをeverything..thisここ 「http://i.imgur.com/DvpvklR.png」 は、画像アンドロイドの画面にURL画像を合わせるにはどうすればいいですか?私はURLから画像を取得しますが、ブラウザ上での上映など、画面とのフィッティングではないのです
であればあります私たちはそのわずかupside..iが、それはここに私のデバイス上で
を完璧に見てみたい私のデバイス上でTHTを見ることができ、ブラウザ上でURLを実行することは、私の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>
画像を画面の背景画像に設定し、他の2つの画像をその画像の上に配置しますか? – fluffyBatman
これはありません第1画像その他の下の画像は第2画像と第3画像です –
背景画像なしメイン画像画像 –