From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 31 七月 2020 10:56:12 +0800
Subject: [PATCH] 临时备份

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 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 c4572c8..6d11849 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs
@@ -16,27 +16,13 @@
         /// </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;
             }
         }
 
@@ -191,10 +177,6 @@
                 {
                     btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine;
                 }
-                if (frameBorder != null)
-                {
-                    frameBorder.BorderColor = 0xffcccccc;
-                }
                 if (m_UseFocusColor == true)
                 {
                     //鐏拌壊瀛椾綋
@@ -206,10 +188,6 @@
                 if (btnLineTemp != null)
                 {
                     btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor;
-                }
-                if (frameBorder != null)
-                {
-                    frameBorder.BorderColor = UserCenterColor.Current.TextFrameSelectColor;
                 }
                 if (m_UseFocusColor == true)
                 {

--
Gitblit v1.8.0