Skip to content

Commit 29c2957

Browse files
committed
android自带的弹出框
1 parent 893a5ce commit 29c2957

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)