| | |
| | | android:visibility="gone">
|
| | |
|
| | | <RadioGroup
|
| | | android:id="@+id/visitor_register_radio"
|
| | | android:id="@+id/fragment_check_in_left_radio_group"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="51dp"
|
| | | android:gravity="center"
|
| | | android:orientation="horizontal">
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_rb_left"
|
| | | android:id="@+id/fragment_check_in_left_visitor_radio"
|
| | | android:button="@null"
|
| | | android:text="来访人员"
|
| | | android:textColor="@color/tab_visitor_register"
|
| | |
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_rb_right"
|
| | | android:id="@+id/fragment_check_in_left_interviewee_radio"
|
| | | android:button="@null"
|
| | | android:text="被访人员"
|
| | | android:checked="true"
|
| | |
| | | android:background="@color/colorSearch"
|
| | | android:orientation="vertical">
|
| | | <EditText
|
| | | android:id="@+id/visitor_register_search_et"
|
| | | android:id="@+id/fragment_check_in_left_search_edit_text"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="5.5dp"
|
| | |
| | | android:background="@android:color/white"
|
| | | android:orientation="vertical">
|
| | | <LinearLayout
|
| | | android:id="@+id/visitor_register_check_class_ll"
|
| | | android:id="@+id/fragment_check_in_left_sort_type_linear_layout"
|
| | | android:orientation="horizontal"
|
| | | android:gravity="center"
|
| | | android:visibility="gone"
|
| | |
| | | android:gravity="center"
|
| | | android:orientation="horizontal">
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_check_name"
|
| | | android:id="@+id/fragment_check_in_left_sort_by_name_radio_button"
|
| | | android:text="按姓名"
|
| | | android:textColor="@color/colorText_b"
|
| | | android:checked="true"
|
| | |
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | <RadioButton
|
| | | android:id="@+id/visitor_register_check_department"
|
| | | android:id="@+id/fragment_check_in_left_sort_by_dept_radio_button"
|
| | | android:text="按部门"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_b"
|
| | |
| | | </RadioGroup>
|
| | | </LinearLayout>
|
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView
|
| | | android:id="@+id/visitor_register_recycler"
|
| | | android:id="@+id/fragment_check_in_left_list_view"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"></com.camnter.easyrecyclerview.widget.EasyRecyclerView>
|
| | | </LinearLayout>
|