You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that button text is not centered vertically, either when I do not use setConfirmButton (then button says Ok) and when I use setConfirmButton (to make button text uppercase):
String html = "Powiadomienia zostaną wyłączone do czasu ponownego uruchomienia aplikacji.";
new SweetAlertDialog(this, SweetAlertDialog.NORMAL_TYPE)
.setTitleText("Uśpij aplikację")
.setContentText(html)
.setConfirmButton("OK", sweetAlertDialog -> {
// TODO disable notifications
finish();
})
.show();
It would be great if you can give me some advice if it is possible to center it vertically - thank you :)
The text was updated successfully, but these errors were encountered:
I have noticed that button text is not centered vertically, either when I do not use setConfirmButton (then button says Ok) and when I use setConfirmButton (to make button text uppercase):
It would be great if you can give me some advice if it is possible to center it vertically - thank you :)
The text was updated successfully, but these errors were encountered: