Statistics
| Branch: | Revision:

root / res / layout / activity_choser.xml @ d8be1aef

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"
3
        android:orientation="vertical" android:layout_height="fill_parent"
4
        android:layout_width="fill_parent" android:background="@drawable/rack_bg_main">
5
        <ImageView android:id="@+id/headerimage"
6
                android:layout_width="wrap_content" android:layout_height="75dip"></ImageView>
7
        <LinearLayout android:layout_weight="1"
8
                android:layout_height="300dip" android:layout_width="fill_parent">
9
                <LinearLayout android:layout_weight="1"
10
                        android:layout_height="wrap_content" android:layout_width="wrap_content">
11
                        <ImageButton android:layout_height="fill_parent"
12
                                android:src="@drawable/serverbuttonmed" android:id="@+id/serverbutton"
13
                                android:background="@android:color/transparent"
14
                                android:layout_width="fill_parent"></ImageButton>
15
                </LinearLayout>
16
                <LinearLayout android:layout_weight="1"
17
                        android:layout_height="wrap_content" android:layout_width="wrap_content">
18
                        <ImageButton android:layout_height="fill_parent"
19
                                android:src="@drawable/filebuttonmed" android:id="@+id/filesbutton"
20
                                android:background="@android:color/transparent"
21
                                android:layout_width="fill_parent"></ImageButton>
22
                </LinearLayout>
23
                <LinearLayout android:layout_weight="1"
24
                        android:layout_height="wrap_content" android:layout_width="wrap_content">
25
                        <ImageButton android:layout_height="fill_parent"
26
                                android:src="@drawable/lbbuttonmed" android:id="@+id/loadbalancersbutton"
27
                                android:background="@android:color/transparent"
28
                                android:layout_width="fill_parent"></ImageButton>
29
                </LinearLayout>
30
        </LinearLayout>
31
        <LinearLayout android:layout_weight="1"
32
                android:orientation="vertical" android:layout_height="fill_parent"
33
                android:layout_width="fill_parent">
34
                <TextView android:layout_height="wrap_content"
35
                        android:layout_gravity="center_horizontal" android:text="TextView"
36
                        android:layout_width="wrap_content" android:id="@+id/textView1"></TextView>
37
        </LinearLayout>
38
</LinearLayout>