From eda3fb873e59544ff36301b51e05aef64f87b0f9 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 27 八月 2021 13:21:21 +0800 Subject: [PATCH] Merge branch 'newBranch1' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into newBranch1 --- HDL-ON_Android/Resources/layout/activity_video_phone.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL-ON_Android/Resources/layout/activity_video_phone.xml b/HDL-ON_Android/Resources/layout/activity_video_phone.xml index e5116dd..2c9e2b4 100644 --- a/HDL-ON_Android/Resources/layout/activity_video_phone.xml +++ b/HDL-ON_Android/Resources/layout/activity_video_phone.xml @@ -30,7 +30,8 @@ android:text="@string/video_device"/> </RelativeLayout> - <LinearLayout + <FrameLayout + android:id="@+id/live_window" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="210" @@ -48,7 +49,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"/> - </LinearLayout> + </FrameLayout> <LinearLayout android:layout_width="match_parent" -- Gitblit v1.8.0