xuxiuxi
2017-04-24 b96e8c8ba2bc11461d1ea6c80a167392ef09cb8a
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left.xml
@@ -45,7 +45,7 @@
        android:layout_height="match_parent"
        android:background="@color/colorSearch"
        android:orientation="vertical">
        <EditText
        <cn.com.basic.face.widget.checkin.SearchEditText
            android:id="@+id/fragment_check_in_left_search_edit_text"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -101,10 +101,16 @@
                            android:layout_height="wrap_content" />
                    </RadioGroup>
                </LinearLayout>
                <com.camnter.easyrecyclerview.widget.EasyRecyclerView
                    android:id="@+id/fragment_check_in_left_list_view"
                <cn.com.basic.face.widget.checkin.CheckInLeftVisitor
                    android:id="@+id/fragment_check_in_left_visitor"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"></com.camnter.easyrecyclerview.widget.EasyRecyclerView>
                    android:layout_height="match_parent"/>
                <cn.com.basic.face.widget.checkin.CheckInLeftInterviewee
                    android:id="@+id/fragment_check_in_left_interviewee"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:visibility="gone"
                    />
            </LinearLayout>
    </LinearLayout>
</LinearLayout>