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

Commit 6c403a87 authored by Sunny Shao's avatar Sunny Shao
Browse files

Add the contentDescription on avatar icon

Add the talkback saying wordings on avatar icon of the search bar.

Change-Id: I7e41d8bf842c0efae5440520586e88dd746802e7
Fixes: 120097338
Test: manual
parent 18746a0b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,5 +43,6 @@
        android:layout_marginEnd="@dimen/search_bar_avatar_end_margin"
        android:layout_width="@dimen/search_bar_avatar_size"
        android:layout_height="@dimen/search_bar_avatar_size"
        android:layout_gravity="end|center_vertical"/>
        android:layout_gravity="end|center_vertical"
        android:contentDescription="@string/search_bar_account_avatar_content_description"/>
</com.google.android.material.card.MaterialCardView>
+4 −0
Original line number Diff line number Diff line
@@ -10346,4 +10346,8 @@
    <!-- Toast message for copy action of Copyable Slice [CHAR LIMIT=NONE] -->
    <string name="copyable_slice_toast"><xliff:g id="copy_content" example="Phone number">%1$s</xliff:g> copied to clipboard.</string>
    <!-- String for talkback on the account avatar of the search bar.  [CHAR LIMIT=NONE] -->
    <string name="search_bar_account_avatar_content_description"></string>
</resources>