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

Commit 386a3d44 authored by William Leshner's avatar William Leshner Committed by Android (Google) Code Review
Browse files

Merge "Improve a11y for look-n-talk status bar icon." into main

parents ea73986e 6955443a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -115,8 +115,7 @@
            android:layout_marginStart="@dimen/dream_overlay_status_icon_margin"
            android:src="@drawable/dream_overlay_assistant_attention_indicator"
            android:visibility="gone"
            android:contentDescription=
                "@string/dream_overlay_status_bar_assistant_attention_indicator" />
            android:contentDescription="@string/assistant_attention_content_description" />

    </LinearLayout>
</com.android.systemui.dreams.DreamOverlayStatusBarView>
+1 −3
Original line number Diff line number Diff line
@@ -3022,8 +3022,6 @@
    <string name="dream_overlay_status_bar_mic_off">Mic is off</string>
    <!-- Content description for the camera and mic off icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
    <string name="dream_overlay_status_bar_camera_mic_off">Camera and mic are off</string>
    <!-- Content description for the assistant attention indicator [CHAR LIMIT=NONE] -->
    <string name="dream_overlay_status_bar_assistant_attention_indicator">Assistant is listening</string>
    <!-- Content description for the notifications indicator icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
    <string name="dream_overlay_status_bar_notification_indicator">{count, plural,
    =1 {# notification}
@@ -3209,7 +3207,7 @@
    <string name="priority_mode_dream_overlay_content_description">Priority mode on</string>

    <!-- Content description for when assistant attention is active [CHAR LIMIT=NONE] -->
    <string name="assistant_attention_content_description">Assistant attention on</string>
    <string name="assistant_attention_content_description">User presence is detected</string>

    <!--- Content of toast triggered when the notes app entry point is triggered without setting a default notes app. [CHAR LIMIT=NONE] -->
    <string name="set_default_notes_app_toast_content">Set default notes app in Settings</string>