WJC
2020-03-23 bba578c2f0acf2eca747edcb69426771e0cadd32
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,7 +367,7 @@
        public uint LogicListWeekTextColor = 0xFF666666;
        #endregion
    }
}