Statistics
| Branch: | Revision:

root / res / layout / listservers.xml @ b722cab3

History | View | Annotate | Download (568 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 b722cab3 Adam Menz
        android:layout_height="fill_parent">
5 eb3b3154 Phillip Toohill
        <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
6 eb3b3154 Phillip Toohill
                android:layout_width="fill_parent" android:layout_height="fill_parent">
7 eb3b3154 Phillip Toohill
                <ListView android:id="@+id/android:list"
8 eb3b3154 Phillip Toohill
                        android:layout_width="fill_parent" android:layout_height="fill_parent"
9 eb3b3154 Phillip Toohill
                        android:cacheColorHint="@android:color/transparent" />
10 eb3b3154 Phillip Toohill
        </ScrollView>
11 35e7942d Michael Mayo
</LinearLayout>