| | |
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:id="@+id/visitor_title"
|
| | | android:id="@+id/fragment_check_in_right_interviewee_cell_name"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:paddingTop="@dimen/view_size_5"
|
| | | android:paddingBottom="@dimen/view_size_5"
|
| | |
| | | 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">
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/visitor_view_right_photo"
|
| | | android:layout_width="100dp"
|
| | | android:layout_height="100dp"
|
| | | fresco:roundAsCircle = "true"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:layout_marginTop="@dimen/view_size_25"
|
| | | fresco:placeholderImage="@mipmap/timg"/>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="40dp"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text="部门:"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/view_visitor_right_deptartment"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="25dp"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text="职务:"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/view_visitor_right_post"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="@dimen/view_size_25"
|
| | | android:gravity="center_horizontal"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | | android:id="@+id/visitor_right_phone"
|
| | | android:layout_width="90dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="呼叫手机"/>
|
| | | <TextView
|
| | | android:id="@+id/visitor_right_tel"
|
| | | android:layout_width="90dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | | android:layout_marginLeft="@dimen/view_size_10"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="呼叫座机"/>
|
| | |
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | |
|
| | | <!--访问-->
|
| | | <LinearLayout
|
| | | android:id="@+id/visitor_from_ll"
|