| | |
| | | import cn.flightfeather.thirdappmodule.module.home.HomeFragment_scene |
| | | import cn.flightfeather.thirdappmodule.module.inspection.InspectionFragment |
| | | import cn.flightfeather.thirdappmodule.module.inspectioninfo.InspectionInfoFragment |
| | | import com.flightfeather.ducha.module.login.DCSettingFragment |
| | | import com.flightfeather.ducha.module.task.DCTaskFragment |
| | | import java.util.* |
| | | |
| | |
| | | |
| | | fragmentList.add(DCTaskFragment()) |
| | | fragmentList.add(InspectionFragment()) |
| | | fragmentList.add(SettingFragment()) |
| | | fragmentList.add(DCSettingFragment()) |
| | | |
| | | ll_home.visibility = View.GONE |
| | | ll_inspection_infos.visibility = View.GONE |
| | |
| | | fragmentList.add(HomeFragment_comptent()) |
| | | fragmentList.add(InspectionFragment()) |
| | | fragmentList.add(AnalysisOverViewFragment.newInstance()) |
| | | fragmentList.add(SettingFragment()) |
| | | fragmentList.add(DCSettingFragment()) |
| | | |
| | | ll_inspection_infos.visibility = View.GONE |
| | | ll_task.visibility = View.GONE |
| | |
| | | |
| | | fragmentList.add(HomeFragment_scene()) |
| | | fragmentList.add(InspectionInfoFragment.newInstance()) |
| | | fragmentList.add(SettingFragment()) |
| | | fragmentList.add(DCSettingFragment()) |
| | | |
| | | ll_task.visibility = View.GONE |
| | | ll_inspection.visibility = View.GONE |