<?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>
This is my Header Layout, I need to stretch the image to something like this below. http://postimage.org/image/gfebtdxgj/
- How can I add the two buttons, left and right above the image.
- How to stretch the header image.