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

Commit e73e867d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Notif redesign] Update font of toasts." into main

parents e2a52639 176414f8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -990,7 +990,9 @@ please see styles_device_defaults.xml.
    </style>

    <style name="TextAppearance.Toast">
        <item name="fontFamily">@*android:string/config_bodyFontFamily</item>
        <item name="fontFamily" android:featureFlag="android.app.notifications_redesign_fonts">variable-body-medium</item>
        <item name="fontFamily" android:featureFlag="!android.app.notifications_redesign_fonts">@*android:string/config_bodyFontFamily</item>

        <item name="textSize">14sp</item>
        <item name="lineHeight">20sp</item>
        <item name="textColor">?android:attr/textColorPrimary</item>