lizhanwei
2020-01-13 646d4e3594172f321b0b17be02ac959e80f13b8f
app/src/main/java/safeluck/drive/evaluation/fragment/NetWorkTrainFragment.java
@@ -71,6 +71,7 @@
    @Override
    public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
        View view = inflater.inflate(R.layout.layout_train_fragment, container, false);
        item_conents.add("侧方停车");
        initView(view);
        FailedProjViewModel failedProjViewModel = ViewModelProviders.of(this).get(FailedProjViewModel.class);
@@ -91,7 +92,7 @@
            }
        });
        item_conents.add("侧方停车");
        return view;
    }
@@ -149,7 +150,7 @@
        av_zhijiao = view.findViewById(R.id.av1);
        houseView = view.findViewById(R.id.hv);
//粉红色正在进行该项目的考试
        examStatusList.add(new ExamStatus(1, 2));
        examStatusList.add(new ExamStatus(1, 0));
        examStatusList.add(new ExamStatus(2, 1));
        examStatusList.add(new ExamStatus(3, 0));
        examStatusList.add(new ExamStatus(4, 2));
@@ -162,7 +163,6 @@
        av_park.setColor(whatPaintColor(examStatusList.get(2)));
        houseView.setColor(whatPaintColor(examStatusList.get(0)));
        sendRTKConfig2RemoteService();
        mListView = view.findViewById(R.id.lv);
        mListView.setFocusable(false);
        view.findViewById(R.id.view_map).setOnClickListener(this);
@@ -175,10 +175,7 @@
    }
    private void sendRTKConfig2RemoteService() {
//        MyLog.d(TAG,"主动推送RTKConfig");
//        CEventCenter.dispatchEvent(Constant.BIND_RTKCONFIG_TOPIC,Constant.FETCH_RTK_PLATFORM_INFO,0,"");
    }
    @Override
    public void onClick(View v) {