From fd3c74df4d30a88d490d0c5b469df821f1bb2d78 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期二, 04 八月 2020 14:53:25 +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