From 6bca8fcd37a48808a0b9c9342fc1be0adddfece6 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 08 五月 2020 17:46:44 +0800
Subject: [PATCH] 请合并最新代码,优化绑定信息
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs | 94 ++++++++--------------------------------------
1 files changed, 17 insertions(+), 77 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs
index f13c53d..8277d2c 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs
@@ -137,84 +137,24 @@
/// </summary>
public uint TextOrangeColor = 0xfffc744b;
/// <summary>
- /// 鈽嗚鎺т欢閫夋嫨鐘舵�佹椂鐨勮儗鏅壊
+ /// 鈽嗚鎺т欢閫夋嫨鐘舵�佹椂鐨勮儗鏅壊(0xfffbfbfb)
/// </summary>
- public uint RowSelectBackColor = 0xfffbfbfb;
-
-
-
-
- /// <summary>
- /// 鐏拌壊
- /// </summary>
- public uint Gray = 0xff6b6b6b;
- /// <summary>
- /// 娣辩伆鑹�(绋嶅井)
- /// </summary>
- public uint DeepGray1 = 0xffd4d4d4;
- /// <summary>
- /// 閫変腑鐨勯鑹�(钃濊壊)
- /// </summary>
- public uint SelectTextColor = 0xff00aaf0;
- /// <summary>
- /// 娣辫摑鑹�
- /// </summary>
- public uint DeepBlue = 0xff3699e2;
- /// <summary>
- /// 鎸夐挳鐨勫垵濮嬭儗鏅壊
- /// </summary>
- public uint ClickButtonColor = 0xff3699e2;
- /// <summary>
- /// 鎸夐挳鎸変笅鐨勮儗鏅壊(鐏拌壊)
- /// </summary>
- public uint ButtonClickColor = 0xffadadad;
- /// <summary>
- /// 绾㈣壊(0xfff62f48)
- /// </summary>
- public uint Red = 0xfff62f48;
- /// <summary>
- /// 姗樿壊
- /// </summary>
- public uint Orange = 0xffff870f;
- /// <summary>
- /// 缁胯壊
- /// </summary>
- public uint Green = 0xff09ff09;
- /// <summary>
- /// 娴呰摑鑹�
- /// </summary>
- public uint WathetBlue = 0xffa2ffff;
- /// <summary>
- /// 娴呯传鑹�
- /// </summary>
- public uint purply = 0xfff4b7f1;
- /// <summary>
- /// 1鏄庣粏(BodyFramelayout)閲岄潰鐨勬爣棰樻帶浠剁殑棰滆壊(0xff000000)
- /// </summary>
- public uint DetailTitleTextColor = 0xff000000;
- /// <summary>
- /// 绾跨殑棰滆壊
- /// </summary>
- public uint Line = 0xffadadad;
- /// <summary>
- /// 钃濊壊瀛椾綋
- /// </summary>
- public uint TextBlueColor = 0xff3699e2;
- /// <summary>
- /// 1鐏拌壊瀛椾綋棰滆壊(0xff999999)
- /// </summary>
- public uint TextGrayColor = 0xff999999;
- /// <summary>
- /// RowLayout鐨勭紪杈戞寜閽殑鑳屾櫙鑹�
- /// </summary>
- public uint RowEditorButtonColor = 0xffff870f;
- /// <summary>
- /// RowLayout鐨勫垹闄ゆ寜閽殑鑳屾櫙鑹�
- /// </summary>
- public uint RowDeleteButtonColor = 0xfff32514;
+ public uint RowSelectBackColor = 0xfffbfbfb;
/// <summary>
- /// 绮夌孩鑹�(杩滅▼杩炴帴鐨勮儗鏅壊)
- /// </summary>
- public uint RemoteLinkPink = 0xffffb9b9;
+ /// 鈽嗛敊璇彁绀虹殑棰滆壊(0xfff75858)
+ /// </summary>
+ public uint ErrorColor = 0xfff75858;
+ /// <summary>
+ /// 鍥剧墖閬僵鐨勯鑹�
+ /// </summary>
+ public uint PictrueZhezhaoColor = 0x12000000;
+ /// <summary>
+ /// 鐏拌壊(0xff6b6b6b) 鍏朵粬鍦版柟浼间箮鍦ㄧ敤,寤鸿涓嶈浣跨敤
+ /// </summary>
+ public uint Gray = 0xff6b6b6b;
+ /// <summary>
+ /// 绾㈣壊(0xfff62f48) 鍏朵粬鍦版柟浼间箮鍦ㄧ敤,寤鸿涓嶈浣跨敤
+ /// </summary>
+ public uint Red = 0xfff62f48;
}
}
--
Gitblit v1.8.0