| | |
| | | viewBinding.autoSizeMyAAChart.setBackgroundColor(_mActivity.getColor(R.color.text_FF1C1C1E)); |
| | | setUpAAChartView(true);//图表加载 |
| | | pullToRefresh(); |
| | | |
| | | if (UserConfigManage.getInstance().isArabicLanguage()) { |
| | | viewBinding.lastStepIv.setRotation(180); // 旋转180度 |
| | | viewBinding.nextStepIv.setRotation(180); // 旋转180度 |
| | | } |
| | | } |
| | | |
| | | /** |
| | |
| | | * 电站状态概览 |
| | | */ |
| | | private void getStatusOverview() { |
| | | HdlResidenceLogic.getInstance().getStatusOverview("", "", "", new CloudCallBeak<StatusOverviewBean>() { |
| | | HdlResidenceLogic.getInstance().getStatusOverview("", "", "", "",new CloudCallBeak<StatusOverviewBean>() { |
| | | @Override |
| | | public void onSuccess(StatusOverviewBean statusOverviewBean) { |
| | | if (statusOverviewBean == null) { |