4

I want to show older time picker (like pre lollipop devices time picker ) in lollipop devices. Can This is possible.

Amarjit
  • 4,327
  • 2
  • 34
  • 51
  • You can refer this link https://stackoverflow.com/questions/13516389/android-timepickerdialog-set-max-time/48861375#48861375 – MarGin Feb 20 '18 at 08:20

1 Answers1

13

You can specify the spinner-style time picker by setting the timePickerMode attribute to "spinner". The default value on Material is "clock".

Rishad Appat
  • 1,786
  • 1
  • 15
  • 30