From c3e1b733fc45bd9f0b88bfb560cfa87a270b079b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 九月 2020 17:33:58 +0800 Subject: [PATCH] 20200909 --- 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