| | |
| | | android:layout_height="76dp"
|
| | | android:gravity="right|center_vertical"
|
| | | android:orientation="horizontal">
|
| | | <!--
|
| | | <ImageView
|
| | | android:id="@+id/visitor_register_print"
|
| | | android:layout_width="@dimen/view_size_50"
|
| | | android:layout_height="@dimen/view_size_50"
|
| | | android:src="@mipmap/visitor_register_print"/>
|
| | | <ImageView
|
| | | android:id="@+id/visitor_register_add"
|
| | | android:layout_width="@dimen/view_size_50"
|
| | | android:layout_height="@dimen/view_size_50"
|
| | | android:layout_marginLeft="20dp"
|
| | | android:src="@mipmap/visitor_register_add"/>
|
| | | <ImageView
|
| | | android:id="@+id/visitor_register_save"
|
| | | android:layout_width="@dimen/view_size_50"
|
| | | android:layout_height="@dimen/view_size_50"
|
| | | android:layout_marginLeft="20dp"
|
| | | android:layout_marginRight="@dimen/view_size_50"
|
| | | android:src="@mipmap/visitor_register_save"/>
|
| | | -->
|
| | | <TextView
|
| | | android:id="@+id/visitor_register_print"
|
| | | android:id="@+id/fragment_check_in_right_print"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | |
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="打印"/>
|
| | | <TextView
|
| | | android:id="@+id/visitor_register_add"
|
| | | android:id="@+id/fragment_check_in_right_add"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | |
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="添加"/>
|
| | | <TextView
|
| | | android:id="@+id/visitor_register_save"
|
| | | android:id="@+id/fragment_check_in_right_save"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:gravity="center"
|
| | |
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:orientation="horizontal">
|
| | | <cn.com.basic.face.widget.VisitorView
|
| | | android:id="@+id/visitor_view_left"
|
| | | <cn.com.basic.face.widget.CheckInRightVisitorCell
|
| | | android:id="@+id/fragment_check_in_right_visitor_cell"
|
| | | android:layout_width="254dp"
|
| | | android:layout_height="350dp"
|
| | | android:background="@drawable/card_bcg"
|
| | | android:orientation="vertical"></cn.com.basic.face.widget.VisitorView>
|
| | | android:orientation="vertical"></cn.com.basic.face.widget.CheckInRightVisitorCell>
|
| | |
|
| | | <cn.com.basic.face.widget.VisitorView
|
| | | android:id="@+id/visitor_view_right"
|
| | | <cn.com.basic.face.widget.CheckInIntervieweeCell
|
| | | android:id="@+id/fragment_check_in_right_interviewee_cell"
|
| | | android:layout_width="254dp"
|
| | | android:layout_height="350dp"
|
| | | android:background="@drawable/card_bcg"
|
| | | android:layout_marginLeft="103dp"
|
| | | android:orientation="vertical"></cn.com.basic.face.widget.VisitorView>
|
| | | android:orientation="vertical"></cn.com.basic.face.widget.CheckInIntervieweeCell>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="611dp"
|
| | |
| | | android:textSize="@dimen/text_size_big"
|
| | | android:text="@string/visitor_reason"/>
|
| | | <TextView
|
| | | android:id="@+id/visitor_reason_tv"
|
| | | android:id="@+id/fragment_check_in_right_visitor_reason"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:background="@null"
|
| | |
| | | android:textSize="@dimen/text_size_big"
|
| | | android:text="@string/visitor_remark"/>
|
| | | <EditText
|
| | | android:id="@+id/visitor_remark_et"
|
| | | android:id="@+id/fragment_check_in_right_remark"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:background="@null"
|