summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-16 11:24:20 -0700
committerYorke Lee <yorkelee@google.com>2013-08-16 11:25:24 -0700
commitaec5772c0f05e2535b81fdad1c5470a3b301456d (patch)
treef7d202f8a972eb4f3917dbf23541c5d707b93672 /res/layout
parent34bdf87700194c35ab8f43c001391bb2ac8bc993 (diff)
Add contentDescription for dialpad button
Bug: 10314527 Change-Id: I67dc33f233ca6634dcab33f17ead8145363dcce7
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/phone_favorites_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml
index 2b6bbe447..b9011621e 100644
--- a/res/layout/phone_favorites_fragment.xml
+++ b/res/layout/phone_favorites_fragment.xml
@@ -65,7 +65,7 @@
android:layout_height="match_parent"
android:layout_gravity="bottom|center"
android:background="?android:attr/selectableItemBackground"
- android:contentDescription="@string/description_search_button"
+ android:contentDescription="@string/action_menu_dialpad_button"
android:src="@drawable/ic_menu_dialpad_dk"/>
<ImageButton
android:id="@+id/overflow_menu"