summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-10-08 18:33:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-08 18:33:02 -0700
commitc25665bebac0f9aa40a33c42a0310884d928817d (patch)
tree64a7df334aed6a528e50e8e0bac340110d577af4 /InCallUI
parent91b9b7837a23a5bde74202142903abda538c00fa (diff)
parentbbfe72fc455d3365f4a20c19cdb9731ae22754f2 (diff)
am 6890cd9a: Merge "Sets a few button to invisible by default." into klp-dev
* commit '6890cd9ad75b4dfc56ecb6671c96f89dd8328251': Sets a few button to invisible by default.
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml
index 420d2aa6a..1e7049d30 100644
--- a/InCallUI/res/layout/call_button_fragment.xml
+++ b/InCallUI/res/layout/call_button_fragment.xml
@@ -136,6 +136,7 @@
style="@style/InCallButton"
android:src="@drawable/ic_incall_switch_holo_dark"
android:contentDescription="@string/onscreenSwapCallsText"
+ android:visibility="gone"
/>
<!-- Separator between 4th and 5th button (if 5th exists) -->
@@ -150,6 +151,7 @@
style="@style/InCallButton"
android:src="@drawable/ic_add_contact_holo_dark"
android:contentDescription="@string/onscreenAddCallText"
+ android:visibility="gone"
/>
<!-- "Merge calls" -->
<!-- This button is used only on GSM devices, where we know
@@ -159,6 +161,7 @@
style="@style/InCallButton"
android:src="@drawable/ic_merge_holo_dark"
android:contentDescription="@string/onscreenMergeCallsText"
+ android:visibility="gone"
/>
<!-- Separator between 4th (or 5th) button and right padding -->