I want to show older time picker (like pre lollipop devices time picker ) in lollipop devices. Can This is possible.
Asked
Active
Viewed 7,090 times
4
-
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 Answers
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
-
Can you guide me how to pragmatically set to time picker dialog. Or should I use this from xml ? – Amarjit Jun 11 '15 at 08:01
-
1