commit | cf627e4de5cb2f9cb8414cdce386da01bde6f046 | [log] [tgz] |
---|---|---|
author | Becky Qiu <xuqiu@google.com> | Wed Jan 19 16:47:34 2022 -0800 |
committer | Becky Qiu <xuqiu@google.com> | Wed Jan 19 16:47:34 2022 -0800 |
tree | ece6ad666e239ff92be8ba2ffb5d6cedbac91ec6 | |
parent | 47007fccce2f28c8ee9c98eaa5a79e686397fb15 [diff] |
[AA+ Search] Update "All apps" to use Google Sans. Bug: 189356692 Test: manual, screenshot: https://screenshot.googleplex.com/W4RNYLbS9eTqGPr Change-Id: I2b3f5c1ec5c57602b467e2fef8fdd9bbfa9775c6
diff --git a/quickstep/src/com/android/launcher3/appprediction/AppsDividerView.java b/quickstep/src/com/android/launcher3/appprediction/AppsDividerView.java index 1b0f967..4f987d2 100644 --- a/quickstep/src/com/android/launcher3/appprediction/AppsDividerView.java +++ b/quickstep/src/com/android/launcher3/appprediction/AppsDividerView.java
@@ -209,7 +209,7 @@ private Layout getAllAppsLabelLayout() { if (mAllAppsLabelLayout == null) { mPaint.setAntiAlias(true); - mPaint.setTypeface(Typeface.create("sans-serif-medium", Typeface.NORMAL)); + mPaint.setTypeface(Typeface.create("google-sans", Typeface.NORMAL)); mPaint.setTextSize( getResources().getDimensionPixelSize(R.dimen.all_apps_label_text_size));