blob: 3f085216b8d1dc0e6f58ce822d44c2a53997df7c [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"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -04003 android:layout_width="match_parent"
4 android:layout_height="wrap_content"
Alexandre Lisiondd6623b2013-12-02 16:23:40 -05005 android:background="@color/sfl_blue_0"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -04006 android:padding="4dp" >
alisiona4325152013-04-19 11:10:03 -04007
8 <TextView
Alexandre Lisionfb0985b2013-09-27 16:23:44 -04009 android:id="@+id/account_alias"
10 android:layout_width="wrap_content"
11 android:layout_height="wrap_content"
12 android:layout_alignParentLeft="true"
13 android:layout_alignParentTop="true"
14 android:layout_marginBottom="4dp"
15 android:layout_marginLeft="4dp"
Alexandre Lisiondd6623b2013-12-02 16:23:40 -050016 android:textAppearance="?android:attr/textAppearanceLargeInverse" />
17
18 <TextView
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040019 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"
Alexandre Lisiondd6623b2013-12-02 16:23:40 -050024 android:layout_marginBottom="4dp"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040025 android:layout_marginLeft="4dp"
Alexandre Lisiondd6623b2013-12-02 16:23:40 -050026 android:textAppearance="?android:attr/textAppearanceSmallInverse" />
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040027
Alexandre Lisiondd6623b2013-12-02 16:23:40 -050028
29 <ImageView
30 android:id="@+id/account_selected"
alisiona4325152013-04-19 11:10:03 -040031 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
alisiona4325152013-04-19 11:10:03 -040033 android:layout_alignParentRight="true"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040034 android:layout_centerVertical="true"
Alexandre Lisiondd6623b2013-12-02 16:23:40 -050035 android:background="@null"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040036 android:clickable="false"
Alexandre Lisiondd6623b2013-12-02 16:23:40 -050037 android:focusable="false"
38 android:src="@drawable/ic_action_accept" />
alisiona4325152013-04-19 11:10:03 -040039
40</RelativeLayout>