We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893a5ce commit 29c2957Copy full SHA for 29c2957
1 file changed
Android/Note/Dialog/ProgressDialog.txt
@@ -0,0 +1,7 @@
1
+AlertDialog, DatePickerDialog, ProgressDialog, TimePickerDialog
2
+
3
+ProgressDialog的静态方法,用于生成ProgressDialog比较好用
4
+static ProgressDialog show(Context context, CharSequence title, CharSequence message)
5
+static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable)
6
+static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
7
+static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate)
0 commit comments