今私は、(テキストが画面の下部にある)このような出力を取得していますImageViewの下部に画像を設定するが、イメージソースではない画像サイズで
しかし、私は出力をしたい方法次の画像のように。
これは私のXMLコードです:
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/rlBottom"
>
<ImageView
android:id="@+id/coringImage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/img_electricity"
/>
<TextView
android:id="@+id/fdc_tvUnGeneration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/default_margin"
android:layout_marginRight="@dimen/default_margin"
android:textColor="@color/color_white"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_below="@+id/fdc_tvAVGeneration"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>
セットfdc_tvUnGenerationにマージン底を異なるスクリーンその画像内の異なるサイズを有するのでfdc_tvUnGenerationに –
セットマージン底部が動作していない要件ごとに。 –