Statistics
| Branch: | Revision:

root / res / layout / listservers.xml @ b722cab3

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