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 ++-- InCallUI/res/values/strings.xml | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'InCallUI/res') 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" /> diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml index 2f3d16b73..57a1b5389 100644 --- a/InCallUI/res/values/strings.xml +++ b/InCallUI/res/values/strings.xml @@ -275,10 +275,18 @@ Resume Call End Call - - Dialpad - - Mute + + Show Dialpad + + Hide Dialpad + + Mute + + Unmute Add call -- cgit v1.2.3