From ec34983e291d1c85284472a27109d55891f9a6b5 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 07 八月 2020 16:20:16 +0800 Subject: [PATCH] 不是新代码,别 合并 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs index 6d11849..c4572c8 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs @@ -16,13 +16,27 @@ /// </summary> private NormalViewControl btnLineTemp = null; /// <summary> - /// 鑱斿姩搴曠嚎(鍊艰緭鍏ヤ箣鍚�,绾跨殑棰滆壊浼氬彉) + /// 鑱斿姩搴曠嚎(鍏夋爣杩涙潵涔嬪悗,绾跨殑棰滆壊浼氬彉) /// </summary> public NormalViewControl btnLine { set { this.btnLineTemp = value; + } + } + /// <summary> + /// 鑱斿姩澶栨 + /// </summary> + private NormalFrameLayout frameBorder = null; + /// <summary> + /// 鑱斿姩澶栨(鍏夋爣杩涙潵涔嬪悗,澶栨鐨勯鑹蹭細鍙�) + /// </summary> + public NormalFrameLayout FrameBorder + { + set + { + this.frameBorder = value; } } @@ -177,6 +191,10 @@ { btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine; } + if (frameBorder != null) + { + frameBorder.BorderColor = 0xffcccccc; + } if (m_UseFocusColor == true) { //鐏拌壊瀛椾綋 @@ -189,6 +207,10 @@ { btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor; } + if (frameBorder != null) + { + frameBorder.BorderColor = UserCenterColor.Current.TextFrameSelectColor; + } if (m_UseFocusColor == true) { //姝e父瀛椾綋 -- Gitblit v1.8.0