Skip to content

Commit 2d1cf35

Browse files
author
Philip Milne
committed
Fix for bug: 7274232. Bold date on lock screen.
Change-Id: Ic3fc3e7c0770b2431139c3faf10296d307f1175e
1 parent 8abd702 commit 2d1cf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/src/com/android/internal/policy/impl/keyguard/KeyguardStatusViewManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public KeyguardStatusViewManager(View view) {
114114
mClockView = (ClockView) view.findViewById(R.id.clock_view);
115115

116116
// Use custom font in mDateView
117-
mDateView.setTypeface(Typeface.SANS_SERIF);
117+
mDateView.setTypeface(Typeface.SANS_SERIF, Typeface.BOLD);
118118

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

0 commit comments

Comments
 (0)