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

Commit 09558664 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge changes from topic "bc25_messaging_spacing" into main

* changes:
  [Notif redesign] Adjust spacing in MessagingStyle
  [Notif redesign] Update spacing under top line
  [Notif redesign] Update title size in expanded notifs
parents 546ca204 9d6cfece
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@
            android:id="@+id/group_message_container"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/notification_text_margin_top"
            android:spacing="2dp" />
    </com.android.internal.widget.RemeasuringLinearLayout>
    <FrameLayout
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
                android:orientation="vertical"
                >

                <include layout="@layout/notification_template_part_line1" />
                <include layout="@layout/notification_2025_title" />

                <include layout="@layout/notification_template_text_multiline" />

+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
            android:orientation="vertical"
            >

            <include layout="@layout/notification_template_part_line1" />
            <include layout="@layout/notification_2025_title" />

            <include
                layout="@layout/notification_template_progress"
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
            android:layout_weight="1"
            >

            <include layout="@layout/notification_template_part_line1" />
            <include layout="@layout/notification_2025_title" />

            <include
                layout="@layout/notification_template_progress"
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
            android:clipChildren="false"
            >

            <include layout="@layout/notification_template_part_line1"/>
            <include layout="@layout/notification_2025_title"/>

            <include layout="@layout/notification_template_text_multiline" />

Loading