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

Commit 2d1cf35f authored by Philip Milne's avatar Philip Milne
Browse files

Fix for bug: 7274232. Bold date on lock screen.

Change-Id: Ic3fc3e7c0770b2431139c3faf10296d307f1175e
parent 8abd7021
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 };