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

Commit cf43baff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reduce height and text size of notification section headers" into...

Merge "Reduce height and text size of notification section headers" into rvc-dev am: 633dfcd6 am: 1c1245e0 am: f5cc4518

Change-Id: Ic40b0c455f84bb31d985dcd6a3998d85840612c4
parents 4b8eeb27 f5cc4518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -757,7 +757,7 @@
    <!-- The top padding of the clear all button -->
    <dimen name="clear_all_padding_top">12dp</dimen>

    <dimen name="notification_section_header_height">56dp</dimen>
    <dimen name="notification_section_header_height">48dp</dimen>
    <dimen name="notification_section_header_padding_left">16dp</dimen>

    <!-- Largest size an avatar might need to be drawn in the user picker, status bar, or
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@
        parent="@android:style/Widget.Material.Button.Borderless">
        <item name="android:textColor">?attr/wallpaperTextColor</item>
        <item name="android:textAllCaps">false</item>
        <item name="android:textSize">16sp</item>
        <item name="android:textSize">14sp</item>
    </style>

    <style name="TextAppearance.HeadsUpStatusBarText"