Statistics
| Branch: | Revision:

root / res / layout / loadbalancers_activity.xml @ 23bc5e75

History | View | Annotate | Download (2 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_height="fill_parent" android:layout_width="fill_parent" android:background="@drawable/rack_bg_main">
3
  <ImageView  android:id="@+id/headerimage" android:layout_width="wrap_content" android:layout_height="75dip"></ImageView>
4
     <LinearLayout android:layout_weight="1" android:layout_height="300dip" android:layout_width="fill_parent">
5
        <LinearLayout android:layout_weight="1" android:layout_height="fill_parent" android:layout_width="fill_parent">
6
          <ImageButton android:layout_height="fill_parent"  android:src="@drawable/serverbuttonmed" android:id="@+id/serverbuttonmed" android:background="@android:color/transparent" android:layout_width="fill_parent"></ImageButton>
7
        </LinearLayout>
8
        <LinearLayout android:layout_weight="1" android:layout_height="fill_parent" android:layout_width="fill_parent">
9
           <ImageButton android:layout_height="fill_parent" android:src="@drawable/filebuttonmed" android:id="@+id/filebuttonmed" android:background="@android:color/transparent" android:layout_width="fill_parent"></ImageButton>        
10
        </LinearLayout>
11
        <LinearLayout android:layout_weight="1" android:layout_height="fill_parent" android:layout_width="fill_parent">
12
           <ImageButton android:layout_height="fill_parent" android:src="@drawable/lbbuttonmed" android:id="@+id/lbbuttonmed" android:background="@android:color/transparent" android:layout_width="fill_parent"></ImageButton>
13
        </LinearLayout>      
14
    </LinearLayout>
15
    <LinearLayout  android:layout_weight="1" android:orientation="vertical" android:layout_height="fill_parent" android:layout_width="fill_parent">
16
        <TextView android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:text="TextView" android:layout_width="wrap_content" android:id="@+id/textView1"></TextView>
17
    </LinearLayout>
18
</LinearLayout>