I'm using a Theme.AppCompat theme in my application. Now I need to set the textColor of a datepicker and a timepicker to something like black, so I want to use the Theme.Appcompat.Light style for datepickers and timepickers, but I can't find a way to do this. Which parent should I use? Which property? TextColor is not working for me..
Asked
Active
Viewed 2,796 times
2
-
See this . http://stackoverflow.com/questions/8837480/android-honeycomb-datepicker-text-color – Gilberto Ibarra Oct 31 '14 at 18:31
-
But I don't want to change the theme of the all activity.. – andrew Nov 02 '14 at 12:43
-
only overwritte the changes that you define in the new theme. – Gilberto Ibarra Nov 03 '14 at 16:05