From 95abe9c68247fb8213871a59be4b0f33830dc188 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 30 六月 2023 14:18:38 +0800
Subject: [PATCH] 安卓定位优化,组控更新,修改密码验证码输入问题修复

---
 HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
index d3b6c6a..b6d04cf 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
@@ -291,7 +291,7 @@
 
                 barFadeTime = new DiyImageSeekBar()
                 {
-                    X = btnGradualChangeMinValuesText.Right,
+                    X = Application.GetRealWidth(35 + 22),
                     Y = Application.GetRealHeight(412 - 21-magriHeight),
                     Width = Application.GetRealWidth(210),
                     Height = Application.GetRealHeight(54),
@@ -371,17 +371,17 @@
                     X = btnGradualChangeMinValuesText.Right + Application.GetRealWidth(15),
                     Y = Application.GetRealHeight(412 + heightMore-magriHeight),
                     Width = Application.GetRealWidth(180),
-                    Height = Application.GetRealHeight(10),
-                    BackgroundImagePath = "FunctionIcon/Light/ColorWheel.png",
+                    Height = Application.GetRealHeight(8),
+                    BackgroundImagePath = "FunctionIcon/Light/ColorfulBar.png",
                 };
                 controlView.AddChidren(barColorful);
 
                 var btnGradualChangeMaxValuesText = new Button()
                 {
-                    X = barFadeTime.Right,
+                    X = barColorful.Right + Application.GetRealWidth(8),
                     Y = btnGradualChangeText.Bottom + Application.GetRealHeight(10),
-                    Width = Application.GetRealWidth(35),
-                    Height = Application.GetRealHeight(21),
+                    Width = Application.GetRealWidth(38),
+                    Height = Application.GetRealHeight(24),
                     UnSelectedImagePath = "Public/Switch.png"
                 };
                 controlView.AddChidren(btnGradualChangeMaxValuesText);

--
Gitblit v1.8.0