| | |
| | |
|
| | | @Override
|
| | | public View addLeftLayout() {
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_register_left,null);
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_check_in_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.fragment_register_right,null);
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_check_in_right,null);
|
| | | left = (VisitorView) mViewRight.findViewById(R.id.visitor_view_left);
|
| | | left.setType(Constant.VISITOR_FROM);
|
| | | left.setTitle("");
|