HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-09-30 404cdc88627f942df7944af04ee05b9d527752d6
ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -156,5 +156,23 @@
        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;
    }
}