blob: da9ddcb0a39d501d25a60fd3628054ba096cdb1e [file] [log] [blame]
Alexandre Lision3ccccf02013-10-07 14:10:46 -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 android:padding="4dp" >
6
7 <TextView
8 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:textAppearance="?android:attr/textAppearanceLarge" />
16
17 <TextView
18 android:id="@+id/account_host"
19 android:layout_width="wrap_content"
20 android:layout_height="wrap_content"
21 android:layout_alignParentLeft="true"
22 android:layout_below="@+id/account_alias"
23 android:layout_marginLeft="4dp"
24 android:textAppearance="?android:attr/textAppearanceSmall" />
25
26 <CheckBox
27 android:id="@+id/account_checked"
28 android:layout_width="wrap_content"
29 android:layout_height="wrap_content"
30 android:layout_alignParentRight="true"
31 android:focusable="false"
32 android:layout_centerVertical="true" />
33
34</RelativeLayout>