diff options
| author | 2020-04-03 17:33:28 -0400 | |
|---|---|---|
| committer | 2020-04-07 14:19:37 -0400 | |
| commit | 52ac0ce136e3b6db76a74cabdf0100733f9c6ac4 (patch) | |
| tree | db499198b98b359f932623812943abe255f71154 | |
| parent | a775f45d853c523ddeb0f3bcff3d7593ecbe3c4c (diff) | |
Use headline font in NotificationInfo style
Makes it match the other styles we have in notification info views
Test: manual
Fixes: 141012268
Change-Id: I32416de3d0e696472944808cf9b84f3e6c5b9204
| -rw-r--r-- | packages/SystemUI/res/values/styles.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 1598465d6df0..d8bf26bd2f53 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -510,7 +510,7 @@ </style> <style name="TextAppearance.NotificationInfo"> - <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> + <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> <item name="android:textColor">@color/notification_primary_text_color</item> </style> @@ -520,7 +520,6 @@ </style> <style name="TextAppearance.NotificationInfo.Title"> - <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> <item name="android:textColor">@color/notification_primary_text_color</item> <item name="android:textStyle">bold</item> </style> |