summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-19 11:59:32 -0700
committerAndrew Lee <anwlee@google.com>2014-05-19 11:59:32 -0700
commit0e470251365b431357554bbaa7ede6e94c8bebb3 (patch)
treeba1d65f9c5df1d8a7afc1e025256eba48d674519
parentcf3369c38a797ef65a3ea6cf8c9bcdd8f7f09c46 (diff)
Center dialpad button in call button fragment.
Change-Id: I0adac04cf5ab22de5392796692f45b0684b1aeff
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml
index cf21b1dd9..315a90e33 100644
--- a/InCallUI/res/layout/call_button_fragment.xml
+++ b/InCallUI/res/layout/call_button_fragment.xml
@@ -75,13 +75,6 @@
point exactly one of the pair is VISIBLE and the other is
GONE. -->
- <!-- "Dialpad" -->
- <!-- This is a "compound button": it has checked and unchecked states. -->
- <ImageButton android:id="@+id/dialpadButton"
- style="@style/InCallCompoundButton"
- android:background="@drawable/btn_compound_dialpad"
- android:contentDescription="@string/onscreenShowDialpadText" />
-
<!-- "Audio mode" -->
<!-- This is a multi-mode button that can behave either like a
simple "compound button" with two states *or* like an
@@ -100,6 +93,13 @@
android:background="@drawable/btn_compound_mute"
android:contentDescription="@string/onscreenMuteText" />
+ <!-- "Dialpad" -->
+ <!-- This is a "compound button": it has checked and unchecked states. -->
+ <ImageButton android:id="@+id/dialpadButton"
+ style="@style/InCallCompoundButton"
+ android:background="@drawable/btn_compound_dialpad"
+ android:contentDescription="@string/onscreenShowDialpadText" />
+
<!-- This slot is either "Hold" or "Swap", depending on
the state of the call. One or the other of these
must always be set to GONE. -->