blob: 14f9e7197f10a6acbd40143f69eeab8aacc3b766 [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"
Adrien Béraude2a5f202013-09-19 10:35:15 +10003 android:layout_width="match_parent"
4 android:layout_height="wrap_content"
5 android:padding="4dp" >
alisiona4325152013-04-19 11:10:03 -04006
7 <TextView
Adrien Béraude2a5f202013-09-19 10:35:15 +10008 android:id="@+id/account_alias"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:layout_alignParentLeft="true"
12 android:layout_alignParentTop="true"
13 android:layout_marginBottom="4dp"
14 android:layout_marginLeft="4dp"
15 android:text=""
16 android:textAppearance="?android:attr/textAppearanceLarge" />
alisiona4325152013-04-19 11:10:03 -040017
18 <TextView
Adrien Béraude2a5f202013-09-19 10:35:15 +100019 android:id="@+id/account_host"
20 android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:layout_alignParentLeft="true"
23 android:layout_below="@+id/account_alias"
24 android:layout_marginLeft="4dp"
25 android:text=""
26 android:textAppearance="?android:attr/textAppearanceSmall" />
alisiona4325152013-04-19 11:10:03 -040027
28 <RadioButton
29 android:id="@+id/account_checked"
30 android:layout_width="wrap_content"
31 android:layout_height="wrap_content"
32 android:focusable="false"
33 android:clickable="false"
34 android:layout_alignParentRight="true"
35 android:layout_centerVertical="true"/>
36
37</RelativeLayout>