summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRekha Kumar <rekhak@codeaurora.org>2013-10-16 16:34:54 -0700
committerRekha Kumar <rekhak@codeaurora.org>2013-12-19 18:08:56 -0800
commit90e069f01958744ecb820acfdfb45fde04b622a5 (patch)
treefbb2e8e388e453dd3b6a00a80f169756ac3c550e /res
parent0e65939b2e3c899d4f5251ced0932db6b980e152 (diff)
downloadandroid_packages_apps_InCallUI-90e069f01958744ecb820acfdfb45fde04b622a5.tar.gz
android_packages_apps_InCallUI-90e069f01958744ecb820acfdfb45fde04b622a5.tar.bz2
android_packages_apps_InCallUI-90e069f01958744ecb820acfdfb45fde04b622a5.zip
IMS-VT: Peer Resolution feature and split screen fix
-Implement Peer resolution feature. Change far end size based on peer resolution -When VideoCallPanel's size changes, its children need to update their size accordingly. This enables the farend view ie.video_view to resize correctly after background call is dropped, in multiple call scenarios Change-Id: I4313b972042d124b0ad2155d2cef6f1e8d418b7f CRs-Fixed: 555075, 588216
Diffstat (limited to 'res')
-rw-r--r--res/layout/invideocall_panel.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/invideocall_panel.xml b/res/layout/invideocall_panel.xml
index 0e48a994..ed54f4cf 100644
--- a/res/layout/invideocall_panel.xml
+++ b/res/layout/invideocall_panel.xml
@@ -41,8 +41,7 @@
android:id="@+id/video_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_alignParentLeft="true" />
+ android:layout_centerInParent="true"/>
<TextureView
android:id="@+id/camera_view"