views:

18

answers:

0

Hi,

I have four tabs containing listviews, and I'd like to customise the way these are displyed. I have managed to figure out how to move the tabs to the bottom of the screen but when trying to add a image to the bottom the tabs sit above the image. Is it possible to overlay the tabs on top of the image and perhaps make the tabs transparent or at least smaller so they have gaps between them>?

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:padding="5dp">

    <FrameLayout
        android:id="@android:id/tabcontent"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:padding="25dp"
        android:layout_weight="1"/>

    <TabWidget
        android:id="@android:id/tabs"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_weight="0"/>
        <ImageView
       < android:id="@+id/widget30"

android:layout_width="320px" android:layout_height="58px"

android:src="@drawable/grasshe">

Thanks in Advance