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

@ -190,7 +190,7 @@ public class WebStatementActivity extends AppCompatActivity {
}
});
pDialog = new SweetAlertDialog(this, SweetAlertDialog.PROGRESS_TYPE);
pDialog.getProgressHelper().setBarColor(Color.parseColor("#009688"));
pDialog.getProgressHelper().setBarColor(Color.parseColor("#00A0E9"));
pDialog.setCancelable(true);
pDialog.setCanceledOnTouchOutside(true);
progressDialog = new ProgressDialog(this);