It's style of my DatePicker:
<style name="AppDatePicker">
<item name="android:textAppearance">?textAppearanceLabelSmall</item> <!-- This effects nothing. -->
<item name="android:colorControlNormal">?colorPrimary</item>
</style>
It's my DatePicker:
<DatePicker
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:calendarViewShown="false"
android:datePickerMode="spinner"
android:spinnersShown="true"
android:theme="@style/AppDatePicker" />
How can I change spinner DatePicker's text appearance ?
Follow xml attrs here: https://developer.android.com/reference/android/widget/DatePicker#summary
We have:
Other solution, create theme for date picker and set
CalendarStyleuse it