From 0bdc0a135dbe31761b53f432ed34f347f0a4e36b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 05 三月 2020 10:49:41 +0800 Subject: [PATCH] 20200304 --- HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/RGBFragment.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs similarity index 97% rename from HDL_ON/UI/UI2/FuntionControlView/Light/RGBFragment.cs rename to HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs index efc05ce..74c2cff 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Light/RGBFragment.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs @@ -5,7 +5,7 @@ namespace HDL_ON.UI { - public partial class RGBFragment : FrameLayout + public partial class RGBPage : FrameLayout { #region 鎺т欢闆嗗悎 FrameLayout bodyView; @@ -23,7 +23,7 @@ Function function; #endregion - public RGBFragment(Function func) + public RGBPage(Function func) { bodyView = this; function = func; @@ -237,8 +237,8 @@ Y = Application.GetRealHeight(448), Width = Application.GetMinRealAverage(76), Height = Application.GetMinRealAverage(76), - UnSelectedImagePath = "Public/SwitchClose_Shadow.png", - SelectedImagePath = "Public/SwitchOn_Shadow.png", + UnSelectedImagePath = "Public/PowerClose_Shadow.png", + SelectedImagePath = "Public/PowerOpen_Shadow.png", }; controlView.AddChidren(btnSwitch); -- Gitblit v1.8.0