| | |
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorSearch"
|
| | | android:orientation="vertical">
|
| | | <EditText
|
| | | <cn.com.basic.face.widget.SearchEditText
|
| | | android:id="@+id/fragment_check_in_left_search_edit_text"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | |
| | | android:text="@string/check_class"/>
|
| | |
|
| | | <RadioGroup
|
| | | android:id="@+id/visitor_register_check_class"
|
| | | android:id="@+id/fragment_check_in_left_sort_radio_group"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center"
|
| | |
| | | android:layout_height="wrap_content" />
|
| | | </RadioGroup>
|
| | | </LinearLayout>
|
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView
|
| | | <cn.com.basic.face.widget.CheckInLeftListView
|
| | | android:id="@+id/fragment_check_in_left_list_view"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"></com.camnter.easyrecyclerview.widget.EasyRecyclerView>
|
| | | android:layout_height="match_parent"/>
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | | </LinearLayout> |