Reputation: 4357
I want to show older time picker (like pre lollipop devices time picker ) in lollipop devices. Can This is possible.
Upvotes: 4
Views: 7244
Reputation: 1808
You can specify the spinner-style time picker by setting the timePickerMode attribute to "spinner". The default value on Material is "clock".
Upvotes: 13