页面UI
This commit is contained in:
@ -306,7 +306,7 @@ public class NewFaultDetailActivity extends AppCompatActivity implements View.On
|
||||
}
|
||||
});
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user