summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-04-16 17:00:39 -0700
committerYorke Lee <yorkelee@google.com>2015-04-16 17:36:59 -0700
commitb07d70491ac6fd2fa962ed42c775d8ba1cf0cd69 (patch)
tree3b8609595901a18ef21e29718ad34192d4cc6834
parentcc30bc033063aa1a2e027db6be8731cfa8476d88 (diff)
DO NOT MERGE Don't make all buttons invisible at startup
Bug: 20298277 Change-Id: Ia5db30f2e8c359f10d45f02e765e2529cb2d0d5d
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml
index 4eac03482..81c3f69c7 100644
--- a/InCallUI/res/layout/call_button_fragment.xml
+++ b/InCallUI/res/layout/call_button_fragment.xml
@@ -68,8 +68,7 @@
<ToggleButton android:id="@+id/audioButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_audio"
- android:contentDescription="@string/audio_mode_speaker"
- android:visibility="gone" />
+ android:contentDescription="@string/audio_mode_speaker" />
<!-- "Change to audio call" for video calls. -->
<ImageButton android:id="@+id/changeToVoiceButton"
@@ -84,8 +83,7 @@
<ToggleButton android:id="@+id/muteButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_mute"
- android:contentDescription="@string/onscreenMuteText"
- android:visibility="gone" />
+ android:contentDescription="@string/onscreenMuteText" />
<!-- CENTER SLOT ======================================================================= -->
@@ -93,8 +91,7 @@
<ToggleButton android:id="@+id/dialpadButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_dialpad"
- android:contentDescription="@string/onscreenShowDialpadText"
- android:visibility="gone" />
+ android:contentDescription="@string/onscreenShowDialpadText" />
<!-- MIDDLE RIGHT SLOT ================================================================= -->
@@ -105,8 +102,7 @@
<ToggleButton android:id="@+id/holdButton"
style="@style/InCallCompoundButton"
android:background="@drawable/btn_compound_hold"
- android:contentDescription="@string/onscreenHoldText_unselected"
- android:visibility="gone" />
+ android:contentDescription="@string/onscreenHoldText_unselected" />
<!-- "Swap" (or "Manage calls" in some CDMA states) -->
<ImageButton android:id="@+id/swapButton"