summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-08-07 20:27:06 -0700
committerSantos Cordon <santoscordon@google.com>2013-08-07 20:27:06 -0700
commitc95df21ac8adff79127f19a30b8e40d58507ae6e (patch)
tree808405ece8c16422573edadf1bce74eac9d151dd /InCallUI/res
parent82f5d003e675dfd56735c745744c3d968883b23c (diff)
remove video button
Change-Id: I4d97ccfb567bf196376ed963b5890c73aa3742fe
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/drawable-hdpi/ic_videocall_holo_dark.pngbin1273 -> 0 bytes
-rw-r--r--InCallUI/res/drawable-mdpi/ic_videocall_holo_dark.pngbin1177 -> 0 bytes
-rw-r--r--InCallUI/res/drawable-xhdpi/ic_videocall_holo_dark.pngbin1339 -> 0 bytes
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml11
4 files changed, 0 insertions, 11 deletions
diff --git a/InCallUI/res/drawable-hdpi/ic_videocall_holo_dark.png b/InCallUI/res/drawable-hdpi/ic_videocall_holo_dark.png
deleted file mode 100644
index 7aa3222eb..000000000
--- a/InCallUI/res/drawable-hdpi/ic_videocall_holo_dark.png
+++ /dev/null
Binary files differ
diff --git a/InCallUI/res/drawable-mdpi/ic_videocall_holo_dark.png b/InCallUI/res/drawable-mdpi/ic_videocall_holo_dark.png
deleted file mode 100644
index 776d27a40..000000000
--- a/InCallUI/res/drawable-mdpi/ic_videocall_holo_dark.png
+++ /dev/null
Binary files differ
diff --git a/InCallUI/res/drawable-xhdpi/ic_videocall_holo_dark.png b/InCallUI/res/drawable-xhdpi/ic_videocall_holo_dark.png
deleted file mode 100644
index 2b7dcab95..000000000
--- a/InCallUI/res/drawable-xhdpi/ic_videocall_holo_dark.png
+++ /dev/null
Binary files differ
diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml
index 164201b8a..cec11f01f 100644
--- a/InCallUI/res/layout/call_button_fragment.xml
+++ b/InCallUI/res/layout/call_button_fragment.xml
@@ -160,17 +160,6 @@
android:contentDescription="@string/onscreenMergeCallsText"
/>
- <!-- Separator between 5th and 6th button (if 6th exists) -->
- <View android:id="@+id/videoCallSpacer"
- style="@style/VerticalSeparator"/>
-
- <!-- This button is use for converting an ongoing call into a video call. -->
- <ImageButton android:id="@+id/videoCallButton"
- style="@style/InCallButton"
- android:src="@drawable/ic_videocall_holo_dark"
- android:contentDescription="@string/onscreenVideoCallText"
- />
-
<!-- Separator between 4th (or 5th) button and right padding -->
<View style="@style/VerticalSeparator"/>