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
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user