From 404cdc88627f942df7944af04ee05b9d527752d6 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 30 九月 2019 13:22:40 +0800
Subject: [PATCH] 合并了徐梅的按键面板绑定

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

diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
index 6b651ea..4e7de1e 100755
--- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs
+++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -153,8 +153,26 @@
         public uint LogicTextBlueColor = 0xFF00AAF0;
         public uint LogicDelBackgroundColor = 0xFFFF0000;
         public uint LogicEditBlackColor = 0xFF00aaf0;
-        public uint LogicTimeViewColor = 0xFFFFFFFF;
-        public uint LogicTimeViewSaveButton = 0xFF121212;
+        public uint LogicTimeViewColor= 0xFFFFFFFF;
+        public uint LogicTimeViewSaveButton = 0xFF121212;
         #endregion
+
+        public uint XMTopFrameLayout = 0xfff9f9f9;
+        public uint XMTopTitleText = 0xff333333;
+        public uint XMMidFrameLayout = 0xfff5f6fa;
+        public uint XMWhite = 0xffffffff;
+        public uint XMBlack = 0xff000000;
+        public uint XMGray1 = 0xff232323;
+        public uint XMGray2 = 0xff666666;
+        public uint XMGray3 = 0xff999999;
+        public uint XMOrange = 0xfffc744b;
+        public uint XMVerticalSeekBar = 0xffececec;
+        public uint XMDel = 0xffF75858;
+        public uint XMUnSelect = 0x4d232323;
+
+        //闃村奖
+        public uint XMTitleLine = 0x40000000;
+        public uint XMInVisibleLine = 0x00000000;
+        public uint XMRowLine = 0x66CCCCCC;
     }
 }

--
Gitblit v1.8.0