From 16a215c34b11744543f0bce8407a40a442a27f6b Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Tue, 1 Mar 2016 14:49:20 -0800 Subject: Provide better talkback for buttons in calling. 1. Announce "unmute" if the mute button is checked 2. Annouce "hide dialpad" if the show dialpad button is checked. Bug: 24296610 Change-Id: Idc3b78e49ca5ef2c01b2ab671b5e34ba54cc4f4e --- InCallUI/res/layout/call_button_fragment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'InCallUI/res/layout') diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml index db7576404..6dbfbf73a 100644 --- a/InCallUI/res/layout/call_button_fragment.xml +++ b/InCallUI/res/layout/call_button_fragment.xml @@ -75,7 +75,7 @@ + android:contentDescription="@string/onscreenMuteText_unselected" /> @@ -83,7 +83,7 @@ + android:contentDescription="@string/onscreenShowDialpadText_unselected" /> -- cgit v1.2.3