| | |
| | | android:background="@color/colorSearch"
|
| | | android:orientation="vertical">
|
| | | <cn.com.basic.face.widget.checkin.SearchEditText
|
| | | android:id="@+id/fragment_attendance_left_search"
|
| | | android:id="@+id/fragment_visit_left_search"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="5.5dp"
|
| | | android:layout_marginBottom="5.5dp"
|
| | | android:layout_marginLeft="4dp"
|
| | |
| | | android:gravity="center"
|
| | | android:hint="Search"
|
| | | android:textColorHint="@color/colorSearch"
|
| | | android:background="@drawable/visitor_register_search_et"/>
|
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView
|
| | | android:id="@+id/fragment_attendance_left_list_view"
|
| | | android:background="@drawable/visitor_register_search_et"
|
| | | android:layout_height="wrap_content" />
|
| | | <cn.com.basic.face.widget.visit.VisitLeftListView
|
| | | android:id="@+id/fragment_visit_left_list_view"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"/>
|
| | | </LinearLayout>
|
| | | android:layout_height="match_parent"
|
| | | android:background="#ffffff"
|
| | | />
|
| | | </LinearLayout>
|
| | | </LinearLayout> |