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

Commit 6955443a authored by Will Leshner's avatar Will Leshner
Browse files

Improve a11y for look-n-talk status bar icon.

Test: manually
Flag: NA
Bug: 301344219

Change-Id: I7f146cdd83b23a719a20643fd34db066985abb9e
parent 346ede2f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -115,8 +115,7 @@
            android:layout_marginStart="@dimen/dream_overlay_status_icon_margin"
            android:layout_marginStart="@dimen/dream_overlay_status_icon_margin"
            android:src="@drawable/dream_overlay_assistant_attention_indicator"
            android:src="@drawable/dream_overlay_assistant_attention_indicator"
            android:visibility="gone"
            android:visibility="gone"
            android:contentDescription=
            android:contentDescription="@string/assistant_attention_content_description" />
                "@string/dream_overlay_status_bar_assistant_attention_indicator" />


    </LinearLayout>
    </LinearLayout>
</com.android.systemui.dreams.DreamOverlayStatusBarView>
</com.android.systemui.dreams.DreamOverlayStatusBarView>
+1 −3
Original line number Original line Diff line number Diff line
@@ -3022,8 +3022,6 @@
    <string name="dream_overlay_status_bar_mic_off">Mic is off</string>
    <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] -->
    <!-- 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>
    <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] -->
    <!-- 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,
    <string name="dream_overlay_status_bar_notification_indicator">{count, plural,
    =1 {# notification}
    =1 {# notification}
@@ -3209,7 +3207,7 @@
    <string name="priority_mode_dream_overlay_content_description">Priority mode on</string>
    <string name="priority_mode_dream_overlay_content_description">Priority mode on</string>


    <!-- Content description for when assistant attention is active [CHAR LIMIT=NONE] -->
    <!-- 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] -->
    <!--- 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>
    <string name="set_default_notes_app_toast_content">Set default notes app in Settings</string>