| | |
| | | import java.util.List; |
| | | |
| | | import me.yokeyword.fragmentation.SupportFragment; |
| | | import safeluck.drive.evaluation.MainActivity; |
| | | import safeluck.drive.evaluation.R; |
| | | import safeluck.drive.evaluation.adapter.SysSettingPagerAdapter; |
| | | import safeluck.drive.evaluation.bean.SysExamSettingLargeMenu; |
| | |
| | | } |
| | | private void initView(View view) { |
| | | mRecy = (RecyclerView) view.findViewById(R.id.recy); |
| | | |
| | | ((MainActivity)_mActivity).btn_return.setVisibility(View.VISIBLE); |
| | | mAdapter = new SysSettingPagerAdapter(_mActivity); |
| | | LinearLayoutManager manager = new LinearLayoutManager(_mActivity); |
| | | mRecy.setLayoutManager(manager); |