Statistics
| Branch: | Revision:

root / res / layout / listservers.xml @ eb3b3154

History | View | Annotate | Download (865 Bytes)

1 35e7942d Michael Mayo
<?xml version="1.0" encoding="utf-8"?>
2 35e7942d Michael Mayo
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 eb3b3154 Phillip Toohill
        android:orientation="vertical" android:layout_width="fill_parent"
4 eb3b3154 Phillip Toohill
        android:layout_height="fill_parent" android:background="@drawable/rack_bg_transparent">
5 eb3b3154 Phillip Toohill
        <ImageView android:id="@+id/headerimage"
6 eb3b3154 Phillip Toohill
                android:layout_width="wrap_content" android:layout_height="80dip"></ImageView>
7 eb3b3154 Phillip Toohill
        <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
8 eb3b3154 Phillip Toohill
                android:layout_width="fill_parent" android:layout_height="fill_parent">
9 eb3b3154 Phillip Toohill
                <ListView android:id="@+id/android:list"
10 eb3b3154 Phillip Toohill
                        android:layout_width="fill_parent" android:layout_height="fill_parent"
11 eb3b3154 Phillip Toohill
                        android:cacheColorHint="@android:color/transparent" />
12 eb3b3154 Phillip Toohill
        </ScrollView>
13 eb3b3154 Phillip Toohill
        <ImageView android:id="@+id/headerimage"
14 eb3b3154 Phillip Toohill
                android:layout_width="wrap_content" android:layout_height="25dip"></ImageView>
15 35e7942d Michael Mayo
</LinearLayout>