Statistics
| Branch: | Revision:

root / res / layout / list_servers.xml @ d8be1aef

History | View | Annotate | Download (864 Bytes)

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_width="fill_parent"
4
        android:layout_height="fill_parent" android:background="@drawable/rack_bg_transparent">
5
        <ImageView android:id="@+id/headerimage"
6
                android:layout_width="wrap_content" android:layout_height="80dip"></ImageView>
7
        <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
8
                android:layout_width="fill_parent" android:layout_height="fill_parent">
9
                <ListView android:id="@+id/android:list"
10
                        android:layout_width="fill_parent" android:cacheColorHint="@android:color/transparent" android:layout_height="417dp"/>
11
        </LinearLayout>
12
        <ImageView android:id="@+id/headerimage"
13
                android:layout_width="wrap_content" android:layout_height="25dip"></ImageView>
14
</LinearLayout>
15

    
16