SingleDateAndTimePicker icon indicating copy to clipboard operation
SingleDateAndTimePicker copied to clipboard

DoubleDateAndTimePickerDialog, need public access to the picker or some callback.

Open ghost opened this issue 5 years ago • 0 comments

DoubleDateAndTimePickerDialog keeps two SingleDateAndTimePicker objects, but it seems that not able to change value of isAmPm. (version: 2.1.5) It's hard to use reflection to do some workarounds due to everything are lazy-initialized after display the dialog, and no callback to detect the dialog state. IMO, it's hard to customize this useful library.

ghost avatar Nov 13 '19 05:11 ghost