Is it possible to change the style of an Android L TimePickerDialog? -


i testing app on android l emulator, , noticed timepickerdialog has changed this:

android l timepickerdialog

this doesn't fit theme of app, , wanted know if possible old timepickerdialog style when running on android l.

you can use timepickerdialog constructor theme parameter specify theme.

timepickerdialog(context context,                   int theme,                   timepickerdialog.ontimesetlistener callback,                   int hourofday,                   int minute,                   boolean is24hourview) 

Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -