Skip to content Skip to sidebar Skip to footer

Creating Timepickerdialog With Custom Style In Android

I'd like to create a DialogFragment or a Dialog with a TimePicker inside, just like in the following image. The problem is that my application is using the Holo.Light theme and the

Solution 1:

I use HoloEverywhere https://github.com/Prototik/HoloEverywhere to have native Holo elements in android 2.2 and up. You can style the picker easily if you use this library since it's open source and you get full access to the code.

Probably you don't need the whole library, it might be good to get only the TimePicker elements (beware of the dependency hell)

Post a Comment for "Creating Timepickerdialog With Custom Style In Android"