commit | 030f2fc7b75461aee64df3eed174a622d479dd32 | [log] [tgz] |
---|---|---|
author | Saumya Prakash <saumyaprakash@google.com> | Thu Dec 01 22:45:47 2022 +0000 |
committer | Saumya Prakash <saumyaprakash@google.com> | Thu Dec 01 23:20:02 2022 +0000 |
tree | c17b3bff3240ab129c24f0572177cb7d1d016989 | |
parent | ed882317dac09c16cf1de3462a3f100e4f4edcfa [diff] |
Updated fonts to Google Sans in Setup screens. This change migrates the "All set" and Gesture Nav Tutorial screens to use Google Sans fonts as aligned with SUW's design. Before: "All set" screen: https://screenshot.googleplex.com/7ptWroSfRiZLcRT.png Gesture Nav Tutorial screen: https://screenshot.googleplex.com/6SuYs67NSD2WRkU.png After: "All set" screen: https://screenshot.googleplex.com/6UGrdR43h8aDJzU.png Gesture Nav Tutorial screen: https://screenshot.googleplex.com/45NxPH2ezQsHxL4.png Fix: 258241930 Test: Manual Change-Id: I21cc19383f78e3d9e84b0d892cbd977f20b91e86
diff --git a/quickstep/res/values/styles.xml b/quickstep/res/values/styles.xml index 4f0fdf1..eb75084 100644 --- a/quickstep/res/values/styles.xml +++ b/quickstep/res/values/styles.xml
@@ -41,7 +41,7 @@ parent="TextAppearance.GestureTutorial"> <item name="android:gravity">start</item> <item name="android:textColor">?android:attr/textColorPrimary</item> - <item name="android:fontFamily">google-sans-regular</item> + <item name="android:fontFamily">google-sans</item> <item name="android:letterSpacing">0.03</item> <item name="android:textSize">36sp</item> <item name="android:lineHeight">44sp</item> @@ -106,6 +106,7 @@ <item name="android:letterSpacing">0.02</item> <item name="android:textSize">16sp</item> <item name="android:textAllCaps">false</item> + <item name="android:fontFamily">google-sans-text-medium</item> </style> <style name="TextAppearance.GestureTutorial.CancelButtonLabel"