| | |
| | |
|
| | | @Override
|
| | | public View addLeftLayout() {
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.device_manager_left,null);
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_device_left,null);
|
| | | mLayoutWifi = (RelativeLayout) mViewLeft.findViewById(R.id.device_wifi);
|
| | | mLayoutLandline = (RelativeLayout) mViewLeft.findViewById(R.id.device_landline);
|
| | | mLayoutSchool = (RelativeLayout) mViewLeft.findViewById(R.id.device_school);
|
| | |
| | |
|
| | | @Override
|
| | | public View addRightLayout() {
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.device_manager_right,null);
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_device_right,null);
|
| | | return mViewRight;
|
| | | }
|
| | |
|