xuxiuxi
2017-04-01 51378c40d2fd4f3478a685aac8c72f04fda711c1
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left.xml
@@ -3,7 +3,7 @@
    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="&lt; 考勤记录"
@@ -17,8 +17,8 @@
        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"
@@ -30,8 +30,8 @@
            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>