diff options
| author | 2021-04-27 07:13:31 +0000 | |
|---|---|---|
| committer | 2021-04-28 06:37:02 +0000 | |
| commit | 3423365dd53c46ee6384a2685e784c39ca55463d (patch) | |
| tree | 94c7339b39875e0c73d19eefc0d2b1e56fbf6409 | |
| parent | 198741831a61dd39776f08d15160ad91704b6ef6 (diff) | |
Update TopIntroPreference fontFamily
Bug: 186387500
Change-Id: Iac5600b5192588bffd39155c65b84265bbaca127
Test: visual
(cherry picked from commit 59f7c47d7b0cc6136a4c39007adf056d182adc1e)
| -rw-r--r-- | packages/SettingsLib/TopIntroPreference/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/TopIntroPreference/res/values/styles.xml b/packages/SettingsLib/TopIntroPreference/res/values/styles.xml index e7eb9f495310..65869b5580b5 100644 --- a/packages/SettingsLib/TopIntroPreference/res/values/styles.xml +++ b/packages/SettingsLib/TopIntroPreference/res/values/styles.xml @@ -17,7 +17,7 @@ <resources> <style name="TextAppearance.TopIntroText" parent="@*android:style/TextAppearance.DeviceDefault"> - <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> + <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> <item name="android:textSize">14sp</item> <item name="android:textColor">?android:attr/textColorSecondary</item> </style> |