From e27839c016333926f426b703458bcdf7b516476c Mon Sep 17 00:00:00 2001 From: Ned Burns Date: Mon, 3 Jun 2019 17:24:50 -0400 Subject: [PATCH] Make silent notifications header font theme-aware Test: manual Bug: 134054174 Change-Id: I6b42c4a4a43e851e7723baeefd34a6b31e066b3c --- .../res/layout/status_bar_notification_section_header.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/status_bar_notification_section_header.xml b/packages/SystemUI/res/layout/status_bar_notification_section_header.xml index d3eb9aeb1710e..eabc5c5f254ef 100644 --- a/packages/SystemUI/res/layout/status_bar_notification_section_header.xml +++ b/packages/SystemUI/res/layout/status_bar_notification_section_header.xml @@ -49,6 +49,7 @@ android:text="@string/notification_section_header_gentle" android:textSize="12sp" android:textColor="@color/notification_section_header_label_color" + android:fontFamily="@*android:string/config_headlineFontFamilyMedium" />