Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4ed0920 authored by Philip Milne's avatar Philip Milne Committed by Android (Google) Code Review
Browse files

Merge "Fix for bug: 7274232. Bold date on lock screen." into jb-mr1-dev

parents 0a890b3c 2d1cf35f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ class KeyguardStatusViewManager {
        mClockView = (ClockView) view.findViewById(R.id.clock_view);

        // Use custom font in mDateView
        mDateView.setTypeface(Typeface.SANS_SERIF);
        mDateView.setTypeface(Typeface.SANS_SERIF, Typeface.BOLD);

        // Required to get Marquee to work.
        final View marqueeViews[] = { mDateView, mStatus1View, mOwnerInfoView, mAlarmStatusView };