summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/call_button_fragment.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-01 21:21:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-01 21:21:23 +0000
commitfed16a420cb5ca4b98e74a69a91776a99c22c395 (patch)
tree60423f3eef6b6e225b3f969c48ec21b39b47332d /InCallUI/res/layout/call_button_fragment.xml
parenta26e37941c98adf500e71f2095b1a7c4d7cbe51d (diff)
parentb16aafab5bed220e9e27f9d14e66ab6de75c27cd (diff)
Merge "Consolidate buttons to use more common drawables."
Diffstat (limited to 'InCallUI/res/layout/call_button_fragment.xml')
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml
index 9d8f743d9..3cfd87f3d 100644
--- a/InCallUI/res/layout/call_button_fragment.xml
+++ b/InCallUI/res/layout/call_button_fragment.xml
@@ -79,7 +79,7 @@
<!-- "Dialpad" -->
<!-- This is a "compound button": it has checked and unchecked states. -->
- <ToggleButton android:id="@+id/dialpadButton"
+ <ImageButton android:id="@+id/dialpadButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_dialpad"
android:contentDescription="@string/onscreenShowDialpadText" />
@@ -105,7 +105,7 @@
<!-- This is a "compound button": it has checked and unchecked states. -->
<ImageButton android:id="@+id/muteButton"
style="@style/InCallButton"
- android:background="@drawable/btn_fake_compound_mute"
+ android:background="@drawable/btn_compound_mute"
android:contentDescription="@string/onscreenMuteText" />
<!-- Separator between 3rd and 4th button -->
@@ -118,7 +118,7 @@
<!-- This is a "compound button": it has checked and unchecked states. -->
<ImageButton android:id="@+id/holdButton"
style="@style/InCallButton"
- android:background="@drawable/btn_fake_compound_hold"
+ android:background="@drawable/btn_compound_hold"
android:contentDescription="@string/onscreenHoldText" />
<!-- "Swap" (or "Manage calls" in some CDMA states) -->