How to change datepicker font color?

I want to change the font color to datepicker because my background is black and the default font to datepicker is also black. I want to change it to white.

Xml:

<DatePicker android:id="@+id/dt_tanggal_lahir" style="android:datePickerStyle" android:layout_width="wrap_content" android:layout_height="150dp" android:calendarViewShown="false" android:textColor="@android:color/white" android:textSize="20sp" android:textStyle="bold" android:typeface="serif" /> 
+4
source share

Source: https://habr.com/ru/post/1490238/


All Articles