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

Commit 64179247 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Ensure headerless notification with large icon is big enough.

Bug: 163626038
Test: manual
Change-Id: Ia00c57caf7a34c7249ffdd5516b7c59c7c2f1873
parent 8a0554d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -99,6 +99,8 @@
        android:layout_width="@dimen/notification_right_icon_size"
        android:layout_height="@dimen/notification_right_icon_size"
        android:layout_gravity="center_vertical|end"
        android:layout_marginTop="@dimen/notification_right_icon_headerless_margin"
        android:layout_marginBottom="@dimen/notification_right_icon_headerless_margin"
        android:layout_marginEnd="@dimen/notification_header_expand_icon_size"
        android:background="@drawable/notification_large_icon_outline"
        android:importantForAccessibility="no"
+2 −0
Original line number Diff line number Diff line
@@ -705,6 +705,8 @@
    <dimen name="notification_media_image_max_width">280dp</dimen>
    <!-- The size of the right icon -->
    <dimen name="notification_right_icon_size">52dp</dimen>
    <!-- The top and bottom margin of the right icon in the normal notification states -->
    <dimen name="notification_right_icon_headerless_margin">12dp</dimen>
    <!-- The top margin of the right icon in the "big" notification states -->
    <dimen name="notification_right_icon_big_margin_top">16dp</dimen>
    <!-- The alpha of a disabled notification button -->