Amarjit
Amarjit

Reputation: 4357

Can we display Old Style Time picker (Pre Lollipop Time Picker ) in lollipop devices

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

Upvotes: 4

Views: 7244

Answers (1)

Rishad Appat
Rishad Appat

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

Related Questions