aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/item_host.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/res/layout-port/item_host.xml b/res/layout-port/item_host.xml
new file mode 100644
index 0000000..7fa381e
--- /dev/null
+++ b/res/layout-port/item_host.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:padding="10dip"
+ >
+
+ <ImageView
+ android:id="@+id/host_connected"
+ android:src="@android:drawable/presence_online"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentRight="true"
+ android:paddingTop="5dip"
+ />
+
+ <TextView android:id="@+id/host_title"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:textColor="@color/blue"
+ />
+
+ <TextView android:id="@+id/host_caption"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="@color/blue"
+ android:layout_below="@id/host_title"
+ />
+
+
+</RelativeLayout> \ No newline at end of file