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

Commit 41bd6710 authored by Yuri Lin's avatar Yuri Lin Committed by Android (Google) Code Review
Browse files

Merge "Update bundled notification guts text to match POR." into main

parents 7531d411 5b57348d
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>