| | |
| | | <?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:id="@+id/item_visitor_from_base"
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_linear_layout"
|
| | | android:orientation="vertical"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | |
| | | android:paddingRight="20dp">
|
| | |
|
| | | <RelativeLayout
|
| | | android:id="@+id/item_visitor_from_rl"
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_relative_layout"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:paddingTop="12dp"
|
| | | android:paddingBottom="12dp">
|
| | | <TextView
|
| | | android:id="@+id/item_visitor_name"
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_name"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text="阿尔法"
|
| | | android:text=""
|
| | | android:layout_centerVertical="true"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/item_visitor_photo"
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_photo"
|
| | | android:layout_width="36dp"
|
| | | android:layout_height="36dp"
|
| | | fresco:roundAsCircle = "true"
|