aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout-land/item_host.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/item_host.xml')
-rw-r--r--res/layout-land/item_host.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-land/item_host.xml b/res/layout-land/item_host.xml
index 4dd23a3..9cde624 100644
--- a/res/layout-land/item_host.xml
+++ b/res/layout-land/item_host.xml
@@ -28,12 +28,13 @@
<ImageView
android:id="@android:id/icon"
android:src="@drawable/connected"
+ android:contentDescription="@string/image_description_connected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:paddingTop="5dip"
/>
-
+
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"