From 45e4e387f3ef259b9e225fdd543e20be285a5112 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 29 十月 2019 13:42:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-wjc --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index b05ebc5..f06f969 100755 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -11,7 +11,7 @@ } public static ZigbeeColor Current; - + #region 寰愭 public uint MainColor = 0xFFEAEAEA; public uint BottomMenuColor = 0xFFFFFFFF; @@ -237,6 +237,14 @@ /// GXCWaveSeekBarColor 0xFFFE4F35 /// </summary> public uint GXCWaveSeekBarColor = 0xFFFE4F35; + /// <summary> + /// 0xFFFDB500 + /// </summary> + public uint GXCProgressColor = 0xFFFDB500; + /// <summary> + /// 0xFFF5F5F5 + /// </summary> + public uint GXCSeekBarBackground = 0xFFF5F5F5; -- Gitblit v1.8.0