2

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..

andrew
  • 3,879
  • 4
  • 25
  • 43

1 Answers1

1

Create a theme and apply it only to your date picker.

using

android:theme="@style/yourTheme"