This commit is contained in:
Rue Ji
2026-01-29 18:15:10 +08:00
parent ab5462d122
commit 142ae7720a
36 changed files with 62 additions and 50 deletions

View File

@ -306,7 +306,7 @@ public class NewFaultDetailActivity extends AppCompatActivity implements View.On
}
});
pDialog = new SweetAlertDialog(this, SweetAlertDialog.PROGRESS_TYPE);
pDialog.getProgressHelper().setBarColor(Color.parseColor("#009688"));
pDialog.getProgressHelper().setBarColor(Color.parseColor("#00A0E9"));
pDialog.setTitleText("数据上传中...");
pDialog.setCancelable(true);
pDialog.setCanceledOnTouchOutside(true);