| | |
| | | import android.widget.Button; |
| | | import android.widget.ImageView; |
| | | import android.widget.ListView; |
| | | import android.widget.TableRow; |
| | | import android.widget.TextView; |
| | | import android.widget.Toast; |
| | | |
| | |
| | | private FailedProjViewModel failedProjViewModel; |
| | | String icson;//返回的ic卡信息 json |
| | | private List<SimulateNightBean.QuestionBean> tempQs= new ArrayList<>(); |
| | | private TableRow tableRow1,tableRow2,tableRow3; |
| | | |
| | | |
| | | private Handler mHandler = new Handler(new Handler.Callback() { |
| | |
| | | tv_total_score = view.findViewById(R.id.tv_total_score); |
| | | tv_network_time = view.findViewById(R.id.network_time); |
| | | |
| | | tableRow1 = view.findViewById(R.id.first); |
| | | tableRow2 = view.findViewById(R.id.second); |
| | | tableRow3 = view.findViewById(R.id.third); |
| | | |
| | | |
| | | tv_network_time.setText(Utils.getHHmm()); |
| | | |