<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:fresco="http://schemas.android.com/apk/res-auto"
|
android:orientation="vertical"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@drawable/card_bcg"
|
android:gravity="center_horizontal">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/fragment_check_in_right_interviewee_cell_name"
|
android:textColor="@color/colorText_5"
|
android:paddingTop="@dimen/w5dp"
|
android:paddingBottom="@dimen/h5dp"
|
android:textSize="@dimen/w24dp"
|
android:text="被访人姓名"
|
/>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/view_size_1"
|
android:background="@color/colorText_b"/>
|
<LinearLayout
|
android:id="@+id/visitor_to_ll"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
<RelativeLayout
|
android:layout_width="@dimen/w100dp"
|
android:layout_height="@dimen/h100dp"
|
android:layout_marginTop="@dimen/h25dp"
|
android:layout_gravity="center_horizontal"
|
>
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:id="@+id/fragment_check_in_right_interviewee_cell_photo"
|
android:layout_width="@dimen/w100dp"
|
android:layout_height="@dimen/h100dp"
|
fresco:roundAsCircle = "true"
|
android:layout_gravity="center_horizontal"
|
android:background="@drawable/u202"
|
android:layout_alignParentTop="true" />
|
<TextView
|
android:id="@+id/fragment_check_in_right_interviewee_cell_photo_placeholder"
|
android:layout_width="@dimen/w100dp"
|
android:layout_height="@dimen/h100dp"
|
android:layout_gravity="center_horizontal"
|
android:text="添加\n被访人员"
|
android:textSize="@dimen/w16dp"
|
android:gravity="center"
|
android:layout_alignParentTop="true" />
|
</RelativeLayout>
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/h40dp"
|
android:layout_gravity="center_horizontal"
|
android:orientation="horizontal">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="部门:"
|
android:textSize="@dimen/w16dp"
|
android:textColor="@color/colorText_5"/>
|
<TextView
|
android:id="@+id/fragment_check_in_right_interviewee_cell_dept"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text=""
|
android:textSize="@dimen/w16dp"
|
android:textColor="@color/colorText_b"/>
|
</LinearLayout>
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/h25dp"
|
android:layout_gravity="center_horizontal"
|
android:orientation="horizontal">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="职务:"
|
android:textSize="@dimen/w16dp"
|
android:textColor="@color/colorText_5"/>
|
<TextView
|
android:id="@+id/fragment_check_in_right_interviewee_cell_post"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text=""
|
android:textSize="@dimen/w16dp"
|
android:textColor="@color/colorText_b"/>
|
</LinearLayout>
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/h25dp"
|
android:gravity="center_horizontal"
|
android:orientation="horizontal">
|
<TextView
|
android:id="@+id/fragment_check_in_right_interviewee_cell_call_mobile"
|
android:layout_width="@dimen/w90dp"
|
android:layout_height="@dimen/h36dp"
|
android:gravity="center"
|
android:textColor="@android:color/white"
|
android:background="@drawable/main_btn_bcg"
|
android:textSize="@dimen/w16dp"
|
android:text="呼叫手机"/>
|
<TextView
|
android:id="@+id/fragment_check_in_right_interviewee_cell_call_tel"
|
android:layout_width="@dimen/w90dp"
|
android:layout_height="@dimen/h36dp"
|
android:gravity="center"
|
android:layout_marginLeft="@dimen/w10dp"
|
android:textColor="@android:color/white"
|
android:background="@drawable/main_btn_bcg"
|
android:textSize="@dimen/w16dp"
|
android:text="呼叫座机"/>
|
|
</LinearLayout>
|
</LinearLayout>
|
|
</LinearLayout>
|