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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -