summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2012-11-13 11:33:25 -0800
committerYorke Lee <yorkelee@google.com>2012-11-13 11:33:25 -0800
commit6b7b228b976c1c030203ddaba194837c3eb875c0 (patch)
treed38ed1821d01c781a888d4ab72082302eeafe56d /res
parent1d3e4209933247ee697421a94fb612198b4003ce (diff)
Add content description to More Options button
Cherrypicked for master Bug: 434822 Change-Id: I5bf21c7b1a6cd8d53489105fb3ef0d6b7936cf72
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialtacts_custom_action_bar.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/dialtacts_custom_action_bar.xml b/res/layout/dialtacts_custom_action_bar.xml
index 0af8eaae3..26e478574 100644
--- a/res/layout/dialtacts_custom_action_bar.xml
+++ b/res/layout/dialtacts_custom_action_bar.xml
@@ -36,6 +36,8 @@
android:paddingRight="4dip"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
+ android:contentDescription="@string/action_menu_overflow_description"
+ android:importantForAccessibility="yes"
android:src="@drawable/ic_menu_overflow"
android:background="?android:attr/selectableItemBackground"
android:visibility="gone" />