hamaz562006
Results
2
comments of
hamaz562006
I have 1st crash on my app , Did you find a solution?
SweetAlertDialog sDialog = new SweetAlertDialog(UserComplaintRegistration.this,SweetAlertDialog.WARNING_TYPE); sDialog.setTitleText("a")); sDialog.setCancelable(false); sDialog.setConfirmButtonBackgroundColor(Color.parseColor("#fffc3061")); or sDialog.setConfirmButtonBackgroundColor(ContextCompat.getColor(context,R.color.colorPrimary)); this worked for me