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

Commit b6ef7f3a authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixes the styling of group notifications"

parents 89164039 3d2a982f
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -71,11 +71,11 @@

    <style name="hybrid_notification_title">
        <item name="android:paddingEnd">4dp</item>
        <item name="android:textAppearance">@*android:style/TextAppearance.Material.Notification.Title</item>
        <item name="android:textAppearance">@*android:style/TextAppearance.DeviceDefault.Notification.Title</item>
    </style>

    <style name="hybrid_notification_text"
           parent="@*android:style/Widget.Material.Notification.Text">
           parent="@*android:style/Widget.DeviceDefault.Notification.Text">
        <item name="android:paddingEnd">4dp</item>
    </style>

@@ -336,10 +336,6 @@
        <item name="android:gravity">center</item>
    </style>

    <style name="TextAppearance.Material.Notification.HeaderTitle"
        parent="@*android:style/TextAppearance.Material.Notification.Info">
    </style>

    <style name="SearchPanelCircle">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">match_parent</item>
@@ -469,7 +465,7 @@
    </style>

    <style name="TextAppearance.HeadsUpStatusBarText"
           parent="@*android:style/TextAppearance.Material.Notification.Info">
           parent="@*android:style/TextAppearance.DeviceDefault.Notification.Info">
    </style>

    <style name="TextAppearance.QSEdit.Headers"