xuxiuxi
2017-03-30 3ceaa6f1b8a8adac41bd401c8de068d908fc11d0
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java
@@ -53,7 +53,7 @@
        mLlRadioGroupClass.setVisibility(View.VISIBLE);
        mAdapter = new CheckInRightCellAdapter(getActivity(), Constant.INTERVIEWEE_CELL);
        mAdapter.setVisitorToColor(CheckInRightCellAdapter.TYPE_NAME);
        mAdapter.set_fragment_check_in_left_sort_radio_group_type(CheckInRightCellAdapter.TYPE_NAME);
        mAdapter.setList(mList);
        mRecyclerView.setAdapter(mAdapter);
@@ -83,7 +83,7 @@
                    case R.id.fragment_check_in_left_interviewee_radio:
                        mLlRadioGroupClass.setVisibility(View.VISIBLE);
                        mAdapter = new CheckInRightCellAdapter(getActivity(), Constant.INTERVIEWEE_CELL);
                        mAdapter.setVisitorToColor(CheckInRightCellAdapter.TYPE_NAME);
                        mAdapter.set_fragment_check_in_left_sort_radio_group_type(CheckInRightCellAdapter.TYPE_NAME);
                        mAdapter.setList(mList);
                        mRecyclerView.setAdapter(mAdapter);
                        break;
@@ -96,13 +96,13 @@
                switch (radioGroup.getCheckedRadioButtonId()){
                    case R.id.fragment_check_in_left_sort_by_name_radio_button:
//                        mAdapter.setVisitorToTextColor(CheckInRightCellAdapter.TYPE_NAME);
                        mAdapter.setVisitorToColor(CheckInRightCellAdapter.TYPE_NAME);
                        mAdapter.set_fragment_check_in_left_sort_radio_group_type(CheckInRightCellAdapter.TYPE_NAME);
                        mAdapter.setList(mList);
                        mRecyclerView.setAdapter(mAdapter);
                        break;
                    case R.id.fragment_check_in_left_sort_by_dept_radio_button:
//                        mAdapter.setVisitorToTextColor(CheckInRightCellAdapter.TYPE_DEPARTMENT);
                        mAdapter.setVisitorToColor(CheckInRightCellAdapter.TYPE_DEPARTMENT);
                        mAdapter.set_fragment_check_in_left_sort_radio_group_type(CheckInRightCellAdapter.TYPE_DEPARTMENT);
                        mAdapter.setList(mList);
                        mRecyclerView.setAdapter(mAdapter);
                        break;