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

Commit 2881ae9d authored by Philip Milne's avatar Philip Milne Committed by Android Git Automerger
Browse files

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

* commit 'e4ed0920':
  Fix for bug: 7274232. Bold date on lock screen.
parents 8b4b24b2 e4ed0920
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 };