<?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/
- 如何在图像上方添加左右两个按钮。
- 如何拉伸标题图像。