<?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/
- 画像の左右に 2 つのボタンを追加するにはどうすればよいですか。
- ヘッダー画像を引き伸ばす方法。