From b304a3c78df10b6e9b867e677d3e4719f1d4a7aa Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期二, 24 三月 2020 09:12:15 +0800
Subject: [PATCH] 2020-03-23-3

---
 ZigbeeApp/Shared/Common/ZigbeeColor.cs |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
old mode 100755
new mode 100644
index 79b9ea8..89495ea
--- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs
+++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -45,6 +45,24 @@
         public uint XMTitleLine = 0x40000000;
         public uint XMInVisibleLine = 0x00000000;
         public uint XMRowLine = 0x66CCCCCC;
+        /// <summary>
+        /// 0xFF232323
+        /// </summary>
+        public uint XMSeekBarBackgroundColor = 0xFF232323;
+        /// <summary>
+        /// 0xFFECECEC
+        /// </summary>
+        public uint XMProgressBarColor = 0xFFECECEC;
+        /// <summary>
+        /// 0xFFF5F6FA
+        /// </summary>
+        public uint XMPEditTextBackground = 0xFFF5F6FA;
+        /// <summary>
+        /// 0xFFF5F6FA
+        /// </summary>
+        public uint XMAlarmText = 0xFFF75858;
+
+
         #endregion
 
 
@@ -349,5 +367,7 @@
         public uint LogicListWeekTextColor = 0xFF666666;
 
         #endregion
+
+
     }
 }

--
Gitblit v1.8.0