aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout-port/item_host.xml
blob: e5db4604859ab352efeca255b5a5bbc292313c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@android:id/content"  
	android:layout_width="fill_parent"
	android:layout_height="wrap_content"
	android:padding="10dip"
	>

	<ImageView
		android:id="@android:id/icon"
		android:src="@drawable/connected"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_alignParentRight="true"
		android:paddingTop="5dip"
		/>
		
	<TextView
		android:id="@android:id/text1"  
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:textAppearance="?android:attr/textAppearanceLarge"
		/>

	<TextView
		android:id="@android:id/text2"  
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:textAppearance="?android:attr/textAppearanceSmall"
		android:layout_below="@android:id/text1"
		/>
		

</RelativeLayout>