| | |
| | | <?xml version="1.0" encoding="utf-8"?>
|
| | |
|
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | |
| | | <cn.com.basic.face.widget.checkin.SearchEditText
|
| | | 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"
|
| | | android:layout_height="wrap_content" />
|
| | | <cn.com.basic.face.widget.visit.VisitLeftListView
|
| | | android:id="@+id/fragment_visit_left_list_view"
|
| | | android:background="@drawable/visitor_register_search_et"/>
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:background="#ffffff"
|
| | | />
|
| | | android:background="@android:color/white"
|
| | | android:orientation="vertical">
|
| | | <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>
|
| | | </LinearLayout>
|
| | | </LinearLayout> |
| | |
|
| | | </LinearLayout>
|