Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (870 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
        <ScrollView 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:layout_height="fill_parent"
11
                        android:cacheColorHint="@android:color/transparent" />
12
        </ScrollView>
13
        <ImageView android:id="@+id/headerimage"
14
                android:layout_width="wrap_content" android:layout_height="25dip"></ImageView>
15
</LinearLayout>
16

    
17