diff options
author | Yorke Lee <yorkelee@google.com> | 2014-11-14 11:51:22 -0800 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-11-14 13:00:00 -0800 |
commit | a9c1c196c713ed32eb805022466d8ae1c4c1dce5 (patch) | |
tree | 8f9df11c77bfb14839162c1abe326fa739f87482 | |
parent | 15992ac1aba12271f185a9d842f9b91f14202127 (diff) |
Removed unused VideoCallFragment
Bug: 18373617
Change-Id: Iae8cdd1f73de5f9824aff9d57fcf33b924527607
-rw-r--r-- | InCallUI/res/layout-land/call_card_content.xml | 7 | ||||
-rw-r--r-- | InCallUI/res/layout/call_card_content.xml | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/InCallUI/res/layout-land/call_card_content.xml b/InCallUI/res/layout-land/call_card_content.xml index 0bb45a244..496b6b399 100644 --- a/InCallUI/res/layout-land/call_card_content.xml +++ b/InCallUI/res/layout-land/call_card_content.xml @@ -71,13 +71,6 @@ android:layout_height="wrap_content" android:layout_alignTop="@id/photo" /> - <fragment android:name="com.android.incallui.VideoCallFragment" - android:layout_alignParentStart="true" - android:layout_gravity="start|center_vertical" - android:id="@+id/videoCallFragment" - 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" 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" |