xuxiuxi
2017-03-30 a79b37be11f6301612709482232952d83c9604a1
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/CheckInLeftListViewAdapter.java
File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/CheckInRightCellAdapter.java
@@ -23,7 +23,7 @@
 * Created by Sinoe on 2017/2/23.
 */
public class CheckInRightCellAdapter extends EasyRecyclerViewAdapter {
public class CheckInLeftListViewAdapter extends EasyRecyclerViewAdapter {
    private Context mContext;
    private int type, mTypeColor;
    private List list;
@@ -33,12 +33,12 @@
    public static final int TYPE_NAME = 10000;
    public static final int TYPE_DEPARTMENT = 10001;
    public CheckInRightCellAdapter(Context mContext, int type) {
    public CheckInLeftListViewAdapter(Context mContext, int type) {
        this.mContext = mContext;
        this.type = type;
    }
    public CheckInRightCellAdapter(Context mContext) {
    public CheckInLeftListViewAdapter(Context mContext) {
        this.mContext = mContext;
    }