This commit is contained in:
Rue Ji
2026-01-28 00:19:25 +08:00
parent ec573836c2
commit ab5462d122
27 changed files with 58 additions and 34 deletions

View File

@ -244,7 +244,7 @@ public class PatrolEquDetailActivity extends AppCompatActivity implements View.O
});
pDialog = new SweetAlertDialog(this, SweetAlertDialog.PROGRESS_TYPE);
pDialog.getProgressHelper().setBarColor(Color.parseColor("#419DE4"));
pDialog.getProgressHelper().setBarColor(Color.parseColor("#009688"));
pDialog.setTitleText("数据上传中...");
pDialog.setCancelable(true);
pDialog.setCanceledOnTouchOutside(true);