Commit 19197554 authored by Xinghui Lu's avatar Xinghui Lu Committed by Commit Bot

Add content description for the expand button.

Bug: 1122697
Change-Id: I828b21a122241bcbf76954d47bf6d789ea31dc1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380419Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#802718}
parent 9dd81c74
......@@ -331,6 +331,9 @@
<message name="IDS_ACCESSIBILITY_CANCEL_SELECTION" desc="Content description for the cancel selection button that deselects the selected items in a selectable list view.">
Cancel selection
</message>
<message name="IDS_ACCESSIBILITY_EXPAND_BUTTON" desc="Content description for the expand button in the expand_arrow_with_separator layout.">
Expand
</message>
<message name="IDS_SELECTED_ITEMS" desc="Content description for a number indicating how many items are selected. [ICU Syntax]">
{NUM_SELECTED, plural,
......
......@@ -26,5 +26,6 @@
android:paddingEnd="@dimen/radio_button_with_description_lateral_padding"
android:src="@drawable/ic_expand_more_horizontal_black_24dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/accessibility_expand_button"
app:tint="@color/default_icon_color_tint_list"/>
</LinearLayout>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment