From 8df24b0a3dfd5b6f39c5393ef24eab25b70ab858 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 11 九月 2020 13:18:33 +0800 Subject: [PATCH] 202009111 --- HDL_ON/UI/UI2/3-Intelligence/NewSceneMenuListPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/NewSceneMenuListPage.cs b/HDL_ON/UI/UI2/3-Intelligence/NewSceneMenuListPage.cs index 0987200..ae0f32d 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/NewSceneMenuListPage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/NewSceneMenuListPage.cs @@ -67,7 +67,7 @@ FrameLayout catchSceneView = new FrameLayout() { Gravity = Gravity.CenterHorizontal, - Y = Application.GetRealWidth(273), + Y =addSceneView.Bottom,//+ Application.GetRealWidth(10), Width = Application.GetRealWidth(361), Height = Application.GetRealWidth(202), Radius = (uint)Application.GetRealWidth(12), @@ -95,7 +95,7 @@ TextColor = CSS_Color.MainBackgroundColor, TextSize = CSS_FontSize.EmphasisFontSize_Secondary, TextAlignment = TextAlignment.Center, - TextID = StringId.AddScene, + TextID = StringId.CatchScene, }; catchSceneView.AddChidren(btnCatchSceneText); #endregion @@ -105,7 +105,7 @@ FrameLayout movieSceneView = new FrameLayout() { Gravity = Gravity.CenterHorizontal, - Y = Application.GetRealWidth(469), + Y = catchSceneView.Bottom ,//+ Application.GetRealHeight(10), Width = Application.GetRealWidth(361), Height = Application.GetRealWidth(202), Radius = (uint)Application.GetRealWidth(12), -- Gitblit v1.8.0