MainActivity整理
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user