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

@ -596,7 +596,7 @@ public class PatrolPointDetailActivity extends AppCompatActivity implements Text
}
});
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);