blob: 2ebaca89fb89606ba5ce110a9cb57ab1fb588e40 [file] [log] [blame]
alisiona4325152013-04-19 11:10:03 -04001<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="wrap_content" >
5
6 <TextView
7 android:id="@+id/account_alias"
8 android:layout_width="wrap_content"
9 android:layout_height="wrap_content"
10 android:layout_alignParentLeft="true"
11 android:layout_alignParentTop="true"
12 android:textAppearance="?android:attr/textAppearanceLarge" />
13
14 <TextView
15 android:id="@+id/account_host"
16 android:layout_width="wrap_content"
17 android:layout_height="wrap_content"
18 android:layout_alignParentLeft="true"
19 android:layout_below="@+id/account_alias"
20 android:textAppearance="?android:attr/textAppearanceSmall" />
21
22 <RadioButton
23 android:id="@+id/account_checked"
24 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"
26 android:focusable="false"
27 android:clickable="false"
28 android:layout_alignParentRight="true"
29 android:layout_centerVertical="true"/>
30
31</RelativeLayout>