| | |
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:orientation="vertical">
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_check_in_right_visitor_cell_photo"
|
| | | <RelativeLayout
|
| | | android:layout_width="100dp"
|
| | | android:layout_height="100dp"
|
| | | fresco:roundAsCircle = "true"
|
| | | android:layout_marginTop="25dp"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:layout_marginTop="@dimen/view_size_25"
|
| | | android:background="@drawable/u202"
|
| | | />
|
| | | >
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_check_in_right_visitor_cell_photo"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | fresco:roundAsCircle = "true"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:background="@drawable/u202"
|
| | | android:layout_alignParentBottom="true"
|
| | | android:layout_alignParentStart="true" />
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_visitor_cell_photo_placeholder"
|
| | | android:layout_width="100dp"
|
| | | android:layout_height="100dp"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:background="#07000000"
|
| | | android:text="添加\n来访人员"
|
| | | android:gravity="center"
|
| | | android:layout_alignParentTop="true" />
|
| | | </RelativeLayout>
|
| | |
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|