Which of the following is incorrect about ProgressDialog?
Which of the following is incorrect about ProgressDialog?
ProgressDialog is not able to apply a custom XML-defined layout by using the setContentView(...) method. ProgressDialog has a predefined layout and does not support custom layouts in the same manner that other dialogs might.
C. ProgressDialog is able to apply a custom XML-defined layout by using the setContentView(...) method.