| | |
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | | <TextView
|
| | | android:id="@+id/attendance_manager_back"
|
| | | android:id="@+id/fragment_attendance_left_back"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="30dp"
|
| | | android:text="< 考勤记录"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorSearch"
|
| | | android:orientation="vertical">
|
| | | <EditText
|
| | | android:id="@+id/fragment_visit_left_search"
|
| | | <cn.com.basic.face.widget.SearchEditText
|
| | | android:id="@+id/fragment_attendance_left_search"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="5.5dp"
|
| | |
| | | android:textColorHint="@color/colorSearch"
|
| | | android:background="@drawable/visitor_register_search_et"/>
|
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView
|
| | | android:id="@+id/fragment_visit_left_list_view"
|
| | | android:id="@+id/fragment_attendance_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> |