-
-
Notifications
You must be signed in to change notification settings - Fork 18
SimpleCheckDialog
Philipp edited this page Jan 2, 2017
·
20 revisions
A dialog with a checkbox.
-
Checkbox label
.label(String title)
,.label(int resId)
-
Checkbox initial state
.check(boolean checked)
-
Required flag
.checkRequired(boolean required)
If set to true, the positive button will be disabled as long as the checkbox is not checked.
The Bundle returned from this dialog will contain the following extras
-
boolean CHECKED
Weather the checkbox was finally checked or not.
Javadoc API
Screenshot gallery
Styling dialogs with themes
Fullscreen dialogs
SimpleDialog
CustomViewDialog
CustomListDialog
SimpleCheckDialog
SimpleColorDialog
SimpleColorWheelDialog
SimpleDateDialog
SimpleEMailDialog
SimpleFormDialog
SimpleImageDialog
SimpleInputDialog
SimpleListDialog
SimplePinDialog
SimpleProgressDialog
SimpleTimeDialog