| | |
| | | android:orientation="vertical"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:paddingLeft="20dp"
|
| | | android:paddingRight="20dp">
|
| | | android:paddingLeft="@dimen/w20dp"
|
| | | android:paddingRight="@dimen/w20dp">
|
| | |
|
| | | <RelativeLayout
|
| | | 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">
|
| | | android:paddingTop="@dimen/h12dp"
|
| | | android:paddingBottom="@dimen/h12dp"
|
| | | >
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_name"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text=""
|
| | | android:layout_centerVertical="true"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_photo"
|
| | | android:layout_width="36dp"
|
| | | android:layout_height="36dp"
|
| | | android:layout_width="@dimen/w36dp"
|
| | | android:layout_height="@dimen/h36dp"
|
| | | fresco:roundAsCircle = "true"
|
| | | fresco:placeholderImage="@mipmap/timg"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_alignParentRight="true"/>
|
| | | </RelativeLayout>
|
| | |
|
| | | <View
|
| | | android:id="@+id/fragment_check_in_left_visitor_row_line"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="@dimen/view_size_1"
|
| | | android:background="@color/colorText_b"/>
|