From 3272ca5b51e19f7f8a827b0f68400570a547fe60 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 28 四月 2020 15:02:44 +0800
Subject: [PATCH] 2020-04-28-1
---
ZigbeeApp/Shared/Common/ZigbeeColor.cs | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
index 794cfd8..409e662 100755
--- 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>
+ /// 0xFFECECEC
+ /// </summary>
+ public uint XMSeekBarBackgroundColor = 0xFFECECEC;
+ /// <summary>
+ /// 0xFF232323
+ /// </summary>
+ public uint XMProgressBarColor = 0xFF232323;
+ /// <summary>
+ /// 0xFFF5F6FA
+ /// </summary>
+ public uint XMPEditTextBackground = 0xFFF5F6FA;
+ /// <summary>
+ /// 0xFFF5F6FA
+ /// </summary>
+ public uint XMAlarmText = 0xFFF75858;
+
+
#endregion
@@ -251,9 +269,13 @@
/// </summary>
public uint GXCWaveSeekBarUnSelectedColor = 0xFFEBEBED;
/// <summary>
- /// GXCWaveSeekBarColor 0xFFFE4F35
+ /// GXCWaveSeekBarColor_Start 0xFFFF6C2C
/// </summary>
- public uint GXCWaveSeekBarColor = 0xFFFE4F35;
+ public uint GXCWaveSeekBarColor_Start = 0xFFFF6C2C;
+ /// <summary>
+ /// GXCWaveSeekBarColor_End 0xFFFD3040
+ /// </summary>
+ public uint GXCWaveSeekBarColor_End = 0xFFFD3040;
/// <summary>
/// 0xFFFDB500
/// </summary>
--
Gitblit v1.8.0