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

Commit 5b57348d authored by Yuri Lin's avatar Yuri Lin
Browse files

Update bundled notification guts text to match POR.

This splits out the text for individual bundled notifications and for the bundle header, which need to be different but were previously sharing the same resource string.

Bug: 417257962
Test: manual
Flag: com.android.systemui.notification_bundle_ui
Change-Id: Ic3de2b297d5d82e81d502581c27be7669fe72d9d
parent 9cc5bfd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@
                        android:textSize="16sp"
                        android:textColor="@androidprv:color/materialColorOnSecondaryContainer"
                        android:lineSpacingExtra="4sp"
                        android:text="@string/notification_guts_bundle_title"/>
                        android:text="@string/notification_guts_single_bundle_notif_title"/>
                    <TextView
                        android:id="@+id/feature_summary"
                        android:layout_width="wrap_content"
+4 −1
Original line number Diff line number Diff line
@@ -2108,9 +2108,12 @@
    <!-- [CHAR LIMIT=NONE] Notification camera based rotation enabled description -->
    <string name="rotation_lock_camera_rotation_on">On - Face-based</string>

    <!-- [CHAR LIMIT=100] Notification bundle inline settings title -->
    <!-- [CHAR LIMIT=100] Notification bundle header inline settings title -->
    <string name="notification_guts_bundle_title">Silence and bundle</string>

    <!-- [CHAR LIMIT=100] Notification bundle individual notification inline settings title -->
    <string name="notification_guts_single_bundle_notif_title">Use Notification Organizer</string>

    <!-- [CHAR LIMIT=100] Notification bundle inline settings summary for an individual notification -->
    <string name="notification_guts_bundle_summary">For <xliff:g id="app_name" example="YouTube">%1$s</xliff:g></string>