How can I override TimePicker to change text color
My view has a white background, and it has to stay that way. I have a TimePicker on that white background.Everything is woking fine with android 2.3.3 but android 4.0.3 has a new timePicker style. The numbers have a very bright color. It is very hard to see them on the white background, and I didn't find a direct way to change the textColor. I don't want to change the background because it would look not so good. Is there any way to override this and set the color of the numbers to black? Sincerly, Wolfen Take a look at the android source for styles.xml https://github.com/android/platform