Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe241d94 authored by Marie Matheson's avatar Marie Matheson Committed by Automerger Merge Worker
Browse files

Merge "Fix banner title font" into sc-dev am: bbece861

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14900234

Change-Id: Ie5dd46b2d7c93f67f57aa3017b02ad4f78811741
parents 5534b508 bbece861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
    <style name="Banner.Title.SettingsLib"
        parent="@android:style/TextAppearance.Material.Subhead">
        <item name="android:textSize">20sp</item>
        <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item>
        <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
    </style>