2014-02-09 00:47:11 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-03-08 00:31:29 +01:00
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-02-09 00:47:11 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2014-03-08 00:31:29 +01:00
|
|
|
android:background="#e5e5e5">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-03-05 15:41:14 +01:00
|
|
|
<TextView
|
|
|
|
style="@style/sectionHeader"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:text="Contact Details" />
|
2014-02-09 02:05:46 +01:00
|
|
|
<RelativeLayout
|
2014-02-09 00:47:11 +01:00
|
|
|
android:layout_width="wrap_content"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:layout_height="88dp"
|
|
|
|
android:padding="8dp">
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-02-10 03:34:00 +01:00
|
|
|
<QuickContactBadge
|
|
|
|
android:id="@+id/details_contact_badge"
|
|
|
|
android:layout_width="72dp"
|
|
|
|
android:layout_height="72dp"
|
2014-02-09 02:05:46 +01:00
|
|
|
android:layout_centerVertical="true"
|
2014-02-10 03:34:00 +01:00
|
|
|
android:scaleType="fitXY"/>
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-02-09 02:05:46 +01:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/details_jidbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:layout_centerVertical="true"
|
2014-02-10 03:34:00 +01:00
|
|
|
android:layout_toRightOf="@+id/details_contact_badge"
|
2014-02-09 02:05:46 +01:00
|
|
|
android:orientation="vertical"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:paddingLeft="8dp" >
|
2014-02-09 02:05:46 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/details_contactjid"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:paddingLeft="8dp"
|
2014-02-10 03:34:00 +01:00
|
|
|
android:singleLine="true"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:text="something@jabber.example.com"
|
|
|
|
android:textColor="#5b5b5b"
|
|
|
|
android:textSize="18sp" />
|
2014-02-09 02:05:46 +01:00
|
|
|
|
2014-03-05 15:41:14 +01:00
|
|
|
<TextView
|
2014-02-09 02:05:46 +01:00
|
|
|
android:id="@+id/details_contactstatus"
|
2014-02-09 02:24:22 +01:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:paddingLeft="16dp"
|
2014-02-09 02:05:46 +01:00
|
|
|
android:text="online"
|
|
|
|
android:textSize="24sp"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2014-02-09 02:05:46 +01:00
|
|
|
</RelativeLayout>
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-03-05 15:41:14 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
style="@style/sectionHeader"
|
2014-02-09 00:47:11 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:padding="8dp"
|
|
|
|
android:text="Your account" />
|
2014-02-09 00:47:11 +01:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/details_account"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-02-09 02:05:46 +01:00
|
|
|
android:paddingLeft="8dp"
|
|
|
|
android:text="julia@jabber.example.com"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:textSize="18sp"
|
|
|
|
android:textColor="#5b5b5b" />
|
|
|
|
<TextView
|
|
|
|
style="@style/sectionHeader"
|
2014-02-09 00:47:11 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:padding="8dp"
|
|
|
|
android:text="Subscription" />
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-02-09 02:05:46 +01:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/details_send_presence"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Send presence updates"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:textSize="18sp"
|
|
|
|
android:textColor="#5b5b5b" />
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-03-14 18:56:52 +01:00
|
|
|
<CheckBox
|
2014-02-09 02:05:46 +01:00
|
|
|
android:id="@+id/details_receive_presence"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Receive presence updates"
|
2014-03-05 15:41:14 +01:00
|
|
|
android:textSize="18sp"
|
|
|
|
android:textColor="#5b5b5b" />
|
2014-03-14 18:56:52 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/ask_again"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingLeft="32dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/ask_again"
|
|
|
|
android:textColor="#33B5E5"
|
|
|
|
android:textSize="18sp"
|
|
|
|
android:visibility="gone"
|
|
|
|
/>
|
2014-03-06 20:00:46 +01:00
|
|
|
<TextView
|
|
|
|
style="@style/sectionHeader"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:text="Keys" />
|
2014-02-09 00:47:11 +01:00
|
|
|
|
2014-03-06 20:00:46 +01:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/details_contact_keys"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:divider="?android:dividerHorizontal"
|
|
|
|
android:showDividers="middle">
|
|
|
|
</LinearLayout>
|
|
|
|
|
2014-03-08 00:31:29 +01:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|