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

Commit 17e3df13 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

[Notif redesign] Update title size in expanded notifs

Previously, it was 16sp when expanded but 14sp when collapsed. With this
change, it is 14sp across the board.

Note that notification_2025_title.xml is a fork of notification_template_part_line1.xml.

Bug: 378660052
Test: visual test + screenshot tests
Flag: android.app.notifications_redesign_templates
Change-Id: I394ebaa70e568acbed8f37c15ba22eef90340cb5
parent 3f84d8ca
Loading
Loading
Loading
Loading
+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" />

+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
            android:clipChildren="false"
            >

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

            <com.android.internal.widget.MessagingLinearLayout
                android:id="@+id/notification_messaging"
Loading