summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-03-02 07:14:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-02 07:14:31 +0000
commitcad3cb891621400e292120e78484d461d14b8ac1 (patch)
tree330aa4418133c508b64b22e0faef482f8ab1e077 /InCallUI/res/layout
parent5681b99cd082ffa31178ff6159b4dcb28b16980a (diff)
parentc82ffa7cf29df64f5309f06199e7757ec0b2b9b4 (diff)
Merge "Provide better talkback for buttons in calling." into nyc-dev am: ae2b330d68
am: c82ffa7cf2 * commit 'c82ffa7cf29df64f5309f06199e7757ec0b2b9b4': Provide better talkback for buttons in calling.
Diffstat (limited to 'InCallUI/res/layout')
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<ToggleButton android:id="@+id/muteButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_mute"
- android:contentDescription="@string/onscreenMuteText" />
+ android:contentDescription="@string/onscreenMuteText_unselected" />
<!-- CENTER SLOT ======================================================================= -->
@@ -83,7 +83,7 @@
<ToggleButton android:id="@+id/dialpadButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_dialpad"
- android:contentDescription="@string/onscreenShowDialpadText" />
+ android:contentDescription="@string/onscreenShowDialpadText_unselected" />
<!-- MIDDLE RIGHT SLOT ================================================================= -->