0

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.

Michael A
  • 9,480
  • 22
  • 70
  • 114
Nuraiz
  • 1,060
  • 6
  • 17
  • 35
  • 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 Answers2

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