-
-
Notifications
You must be signed in to change notification settings - Fork 18
SimpleTimeDialog
Eltos edited this page Oct 29, 2021
·
1 revision
extends CustomViewDialog
| API reference | Examples |
|---|
A dialog providing a time picker
See also SimpleDateDialog
For general usage see SimpleDialog.
Additional methods are provided to set the initial time (hour and minute) etc.
Please refer to the API reference for a comprehensive documentation of these methods.
For general usage see SimpleDialog.
The extras Bundle returned will contain the following additional keys:
int hour = extras.getInt(SimpleTimeDialog.HOUR);
int minute = extras.getInt(SimpleTimeDialog.MINUTE);
SimpleTimeDialog.build()
.hour(12)
.minute(30)
.show(this); |
|
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