0
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:scaleType="fitXY"
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent"
    android:padding="5dip">

    <ImageView android:id="@+id/header"
        android:layout_height="wrap_content"
        android:layout_width="fill_parent"
        android:src="@drawable/green_bg" />

</RelativeLayout>

これが私のヘッダー レイアウトです。画像を次のように引き伸ばす必要があります。 http://postimage.org/image/gfebtdxgj/

  1. 画像の左右に 2 つのボタンを追加するにはどうすればよいですか。
  2. ヘッダー画像を引き伸ばす方法。
4

2 に答える 2

0

可能な複製:

android: imageview の画像を画面に合わせて引き伸ばす

Android ドキュメントhttp://developer.android.com/reference/android/widget/ImageView.ScaleType.html

于 2012-10-01T13:52:11.277 に答える