The superclass changed from android.app.Dialog
to android.app.AlertDialog
.
Removed Methods
|
void setContentView(View )
|
|
void setTitle(CharSequence )
|
|
ProgressDialog show(Context, CharSequence, View)
|
|
ProgressDialog show(Context, CharSequence, View, boolean)
|
|
ProgressDialog show(Context, CharSequence, View, boolean, boolean)
|
|
ProgressDialog show(Context, CharSequence, View, boolean, boolean, OnCancelListener)
|
|
Changed Methods
|
void dismiss()
|
Method was locally defined, but is now inherited from Dialog.
|
Dismiss this dialog, removing it from the screen. |
void onStop()
|
Method was inherited from android.app.Dialog, but is now defined locally.
|
|
Added Fields
|
int STYLE_HORIZONTAL
|
Creates a ProgressDialog with a horizontal progress bar. |
int STYLE_SPINNER
|
Creates a ProgressDialog with a ciruclar, spinning progress
bar. |