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:
Sunny Shao
2018-12-14 11:17:07 +08:00
parent 18746a0b35
commit 6c403a876d
2 changed files with 6 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>