summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-11-14 11:51:22 -0800
committerYorke Lee <yorkelee@google.com>2014-11-14 13:00:00 -0800
commita9c1c196c713ed32eb805022466d8ae1c4c1dce5 (patch)
tree8f9df11c77bfb14839162c1abe326fa739f87482 /InCallUI/res/layout
parent15992ac1aba12271f185a9d842f9b91f14202127 (diff)
Removed unused VideoCallFragment
Bug: 18373617 Change-Id: Iae8cdd1f73de5f9824aff9d57fcf33b924527607
Diffstat (limited to 'InCallUI/res/layout')
-rw-r--r--InCallUI/res/layout/call_card_content.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/InCallUI/res/layout/call_card_content.xml b/InCallUI/res/layout/call_card_content.xml
index a5fd8f72a..7a42586ea 100644
--- a/InCallUI/res/layout/call_card_content.xml
+++ b/InCallUI/res/layout/call_card_content.xml
@@ -70,13 +70,6 @@
android:background="@android:color/white"
android:src="@drawable/img_no_image_automirrored" />
- <fragment android:name="com.android.incallui.VideoCallFragment"
- android:id="@+id/videoCallFragment"
- android:layout_alignParentTop="true"
- android:layout_gravity="top|center_horizontal"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
<!-- Progress spinner, useful for indicating pending operations such as upgrade to video. -->
<FrameLayout
android:id="@+id/progressSpinner"