summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 62940e2..dd4eec2 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -28,4 +28,16 @@
android:paddingTop="8dp"
android:paddingBottom="8dp"
/>
+<TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="Recent servers"
+ android:paddingTop="16dp"
+ />
+<ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp"
+ />
</LinearLayout>