timepickerdialog

TimePicker with Spinners?

不羁岁月 提交于 2021-02-18 12:15:07
问题 I'm trying to build a TimePickerDialog but unfortunately the Time Picker that comes up is extremely cumbersome to Use : Is there any way to build a timepicker like the old ones that Android use to have like below : My code is as follows : ButtonTime.Click += delegate { ShowTimePickerDialog(); }; void ShowTimePickerDialog() { var dialog = new TimePickerDialogFragment(this, hour, minute, this); dialog.Show(FragmentManager, null); } 回答1: I would say use the Holo theme. I refer to following link