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

Commit 062d560a authored by Nadia Benbernou's avatar Nadia Benbernou Committed by Android (Google) Code Review
Browse files

Merge "Update blocking helper button text."

parents 94904dcb c840464f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ asked for it -->
            android:clipToPadding="false">
            <TextView
                android:id="@+id/done"
                android:text="@string/inline_done_button"
                android:text="@string/inline_ok_button"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
@@ -191,7 +191,7 @@ asked for it -->
                android:orientation="horizontal">
                <TextView
                    android:id="@+id/deliver_silently"
                    android:text="@string/inline_deliver_silently_button"
                    android:text="@string/inline_silent_button_silent"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
+3 −0
Original line number Diff line number Diff line
@@ -1580,6 +1580,9 @@
    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
    <string name="inline_done_button">Done</string>

    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
    <string name="inline_ok_button">OK</string>

    <!-- Notification Inline controls: continue receiving notifications prompt, channel level -->
    <string name="inline_keep_showing">Keep showing these notifications?</string>