| | |
| | | @Override
|
| | | protected void initViews(View view, Bundle savedInstanceState) {
|
| | | this.view = view;
|
| | | FrameLayout right = (FrameLayout) this.view.findViewById(R.id.main_ui_base_right);
|
| | | FrameLayout left = (FrameLayout) this.view.findViewById(R.id.main_ui_base_left);
|
| | | FrameLayout right = (FrameLayout) this.view.findViewById(R.id.fragment_left_right_frame_layout_right);
|
| | | FrameLayout left = (FrameLayout) this.view.findViewById(R.id.fragment_left_right_frame_layout_left);
|
| | | if (addLeftLayout() != null ){
|
| | | left.addView(addLeftLayout());
|
| | | }
|
| | |
| | |
|
| | | @Override
|
| | | protected int getLayoutId() {
|
| | | return R.layout.fragment_main_ui_base;
|
| | | return R.layout.fragment_left_right_frame_layout;
|
| | | }
|
| | |
|
| | | @Override
|