| | |
| | |
|
| | | @Override
|
| | | public View addLeftLayout() {
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.visitor_manager_left,null);
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_visit_left,null);
|
| | | mRecyclerView = (EasyRecyclerView) mViewLeft.findViewById(R.id.visitor_manager_recycler);
|
| | | LinearLayoutManager manager = new LinearLayoutManager(getActivity(),LinearLayoutManager.VERTICAL,false);
|
| | | mRecyclerView.setLayoutManager(manager);
|
| | |
| | |
|
| | | @Override
|
| | | public View addRightLayout() {
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.visitor_manager_right,null);
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_visit_right,null);
|
| | | mRowLayout1 = (LinearLayout) mViewRight.findViewById(R.id.visitor_manager_row1);
|
| | | mRowLayout2 = (LinearLayout) mViewRight.findViewById(R.id.visitor_manager_row2);
|
| | | mRowLayout3 = (LinearLayout) mViewRight.findViewById(R.id.visitor_manager_row3);
|