WJC
2019-10-24 cc11e3b15baa258c35085a7cbdb2b350950b6202
ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -11,11 +11,10 @@
        }
        public static ZigbeeColor Current;
        #region 徐梅
        public uint MainColor = 0xFFEAEAEA;
        public uint BottomMenuColor = 0xFFFFFFFF;
        public uint SelectedTextColor = 0xFF238BCB;
        public uint TextColor = 0xFF000000;
        public uint DialogColor = 0xFFFFFFFF;
@@ -35,6 +34,7 @@
        public uint XMGray1 = 0xff232323;
        public uint XMGray2 = 0xff666666;
        public uint XMGray3 = 0xff999999;
        public uint XMGray4 = 0xffcccccc;
        public uint XMOrange = 0xfffc744b;
        public uint XMVerticalSeekBar = 0xffececec;
        public uint XMDel = 0xffF75858;