diff options
author | Yorke Lee <yorkelee@google.com> | 2012-11-13 11:41:58 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-13 11:41:59 -0800 |
commit | e6c8a20361397cc9a52fdef6cf40863ba5c8c18b (patch) | |
tree | b5ea70f8965dc9ace27a814c039b634d09efec44 | |
parent | cebeb3ce603111f5a82291323094338aef8c20c5 (diff) | |
parent | 6b7b228b976c1c030203ddaba194837c3eb875c0 (diff) |
Merge "Add content description to More Options button"
-rw-r--r-- | res/layout/dialtacts_custom_action_bar.xml | 2 |
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" /> |