aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_hostlist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/act_hostlist.xml')
-rw-r--r--res/layout/act_hostlist.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/res/layout/act_hostlist.xml b/res/layout/act_hostlist.xml
index 36d2235..6959dfb 100644
--- a/res/layout/act_hostlist.xml
+++ b/res/layout/act_hostlist.xml
@@ -23,13 +23,27 @@
android:layout_height="fill_parent"
>
- <ListView android:id="@android:id/list"
+ <RelativeLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1"
- />
-
-
+ >
+
+ <ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ />
+
+ <TextView android:id="@android:id/empty"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:text="@string/list_host_empty"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:gravity="center"
+ />
+
+ </RelativeLayout>
+
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"