| | |
| | | android:background="@color/colorSearch"
|
| | | android:orientation="vertical">
|
| | | <EditText
|
| | | android:id="@+id/visitor_manager_search_et"
|
| | | android:id="@+id/fragment_visit_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/visitor_manager_recycler"
|
| | | android:id="@+id/fragment_visit_left_list_view"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"></com.camnter.easyrecyclerview.widget.EasyRecyclerView>
|
| | | </LinearLayout>
|