MainActivity整理

This commit is contained in:
huangzhuanghua
2016-09-24 18:34:47 +08:00
parent 3d3b596962
commit ce94de1214
3 changed files with 250 additions and 352 deletions

View File

@ -495,7 +495,7 @@ public class SettingActivity extends BaseActivity implements OnClickListener {
app_pb_progress = (ProgressBar) view.findViewById(R.id.app_pb_progress);
app_tv_speed = (TextView) view.findViewById(R.id.app_tv_speed);
app_tv_percent = (TextView) view.findViewById(R.id.app_tv_percent);
app_btn_cancel = (TextView) view.findViewById(R.id.app_btn_cancel);
app_btn_cancel = (TextView) view.findViewById(R.id.app_tv_cancel);
app_btn_cancel.setOnClickListener(new OnClickListener() {
@Override