xuxiuxi
2017-03-29 3c13cffad3acfecdc3c1372cbb49106fbe7f03fe
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java
@@ -44,7 +44,7 @@
        mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_left,null);
        mRGTop = (RadioGroup) mViewLeft.findViewById(R.id.fragment_check_in_left_radio_group);
        mRGClass = (RadioGroup) mViewLeft.findViewById(R.id.visitor_register_check_class);
        mRGClass = (RadioGroup) mViewLeft.findViewById(R.id.fragment_check_in_left_sort_radio_group);
        mLlRadioGroupClass = (LinearLayout) mViewLeft.findViewById(R.id.fragment_check_in_left_sort_type_linear_layout);
        mRecyclerView = (EasyRecyclerView) mViewLeft.findViewById(R.id.fragment_check_in_left_list_view);
        LinearLayoutManager manager = new LinearLayoutManager(getActivity(),LinearLayoutManager.VERTICAL,false);