From cc65631dfe91455a64ed63caf94d8118fde883c5 Mon Sep 17 00:00:00 2001 From: liujing Date: Thu, 25 Feb 2021 16:49:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=99=A8,=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4:=E6=9C=AA?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/view_video_layout_see_live.xml | 123 ++++++++++-------- 1 file changed, 66 insertions(+), 57 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml b/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml index 6a5a50343c..0c2fc98d52 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml @@ -1,71 +1,80 @@ - + android:layout_height="@dimen/v2x_video_window_height_content" + android:layout_margin="@dimen/dp_3" + android:background="@drawable/v2x_alert_window_bg"> - + android:layout_height="match_parent" + android:background="@drawable/v2x_alert_window_bg" + app:roundLayoutRadius="@dimen/dp_26"> - + - + - + android:layout_centerInParent="true" + android:visibility="gone" + tools:visibility="visible"> - + - - + - + + + + + + From 5ad58ce05a1dc75a048cdbb58155ced2266d7543 Mon Sep 17 00:00:00 2001 From: liujing Date: Thu, 25 Feb 2021 17:20:02 +0800 Subject: [PATCH 2/2] no message --- .../src/main/res/layout/view_video_layout_see_live.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml b/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml index 0c2fc98d52..e25f343eb8 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_live.xml @@ -5,21 +5,18 @@ android:id="@+id/rlRoadEventList" android:layout_width="match_parent" android:layout_height="@dimen/v2x_video_window_height_content" - android:layout_margin="@dimen/dp_3" - android:background="@drawable/v2x_alert_window_bg"> + android:layout_margin="@dimen/dp_15"> + android:gravity="center" />