I want to customize time picker style to default style in Android 4. I want to use this style either I am using Android 2.2 or any version.
Asked
Active
Viewed 4,397 times
0
-
http://stackoverflow.com/questions/3427458/how-do-you-use-custom-datepicker-and-timepicker-skins http://stackoverflow.com/questions/10969513/how-can-i-override-timepicker-to-change-text-color – shkschneider Aug 31 '12 at 08:35
2 Answers
0
You can take a look at Holo Everywhere library which aims to port Holo theme for android 1.6 onwards here: https://github.com/ChristopheVersieux/HoloEverywhere

Gautham
- 3,418
- 3
- 30
- 41
-1
You'll need to get the TimePicker's source code with all classes & resources that are required, put in in your project and then use them instead of the one's provided by the platform itself.

Ben Weiss
- 17,182
- 6
- 67
- 87
-
is there any other way of doing this.?? Can't we simply use some drawable – Veer Shrivastav May 22 '13 at 10:06