Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Moreno Garcia committed Mar 16, 2017
1 parent f0f5740 commit a35ee88
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@ private void updateDisplay(boolean announce) {

if (mVersion == Version.VERSION_2) {
mSelectedDayTextView.setText(VERSION_2_FORMAT.format(mCalendar.getTime()));
if(headerTypeface != null){
mDatePickerHeaderView.setTypeface(headerTypeface);
}
if (mTitle != null)
mDatePickerHeaderView.setText(mTitle.toUpperCase(Locale.getDefault()));
else
Expand Down

0 comments on commit a35ee88

Please sign in to comment.