florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

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

Open ghost opened 4 years ago

ghost commented 4 years ago

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.