tags:

views:

158

answers:

1

Currently the TimePicker view shows only hours and minutes by default and I am retrieving the values using getCurrentHour() and getCurrentMinute().

Is there a solution to add seconds to the TimePicker view?

+2  A: 

You would need to write your own widget for that, AFAIK.

CommonsWare
Yup, think your right. Thanks.
joet3ch