| | |
| | | @Override
|
| | | public View addLeftLayout() {
|
| | |
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.tel_phone_left,null);
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_left,null);
|
| | | mRGTop = (RadioGroup) mViewLeft.findViewById(R.id.visitor_register_radio);
|
| | | mRGClass = (RadioGroup) mViewLeft.findViewById(R.id.visitor_register_check_class);
|
| | | mLlRadioGroupClass = (LinearLayout) mViewLeft.findViewById(R.id.visitor_register_check_class_ll);
|
| | |
| | |
|
| | | @Override
|
| | | public View addRightLayout() {
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.tel_phone_right,null);
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_right,null);
|
| | | mVisitorTo = (VisitorView) mViewRight.findViewById(R.id.tel_phone_to);
|
| | | mVisitorTo.setType(Constant.VISITOR_TO);
|
| | | mVisitorTo.setTitle("dasfasdfasdf");
|