File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/CheckInRightCellAdapter.java |
| | |
| | | * 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;
|
| | |
| | | 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;
|
| | | }
|
| | |
|