From 38ab16c66df6fc523f2c385fd583a2f2e86a781c Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 29 四月 2020 17:58:45 +0800
Subject: [PATCH] 2020-4-29-1

---
 ZigbeeApp/Shared/Common/ZigbeeColor.cs |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
index 89495ea..3e1da83 100644
--- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs
+++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -46,13 +46,13 @@
         public uint XMInVisibleLine = 0x00000000;
         public uint XMRowLine = 0x66CCCCCC;
         /// <summary>
-        /// 0xFF232323
-        /// </summary>
-        public uint XMSeekBarBackgroundColor = 0xFF232323;
-        /// <summary>
         /// 0xFFECECEC
         /// </summary>
-        public uint XMProgressBarColor = 0xFFECECEC;
+        public uint XMSeekBarBackgroundColor = 0xFFECECEC;
+        /// <summary>
+        /// 0xFF232323
+        /// </summary>
+        public uint XMProgressBarColor = 0xFF232323;
         /// <summary>
         /// 0xFFF5F6FA
         /// </summary>
@@ -365,9 +365,8 @@
         public uint LogicSecurity1Color = 0xFF35B87F;
         public uint LogicDelay1Color = 0xFFBF64FB;
         public uint LogicListWeekTextColor = 0xFF666666;
-
+        public uint LogicTipColor = 0xFF333443;
+        public uint LogicTipTextColor= 0xFFcccccc;
         #endregion
-
-
     }
 }

--
Gitblit v1.8.0