HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-04-02 9904031f5291daaf56985146bb671f25e18ebbdf
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs
@@ -111,11 +111,17 @@
        {
            if (e.Focus == false)
            {
                btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine;
                if (btnLineTemp != null)
                {
                    btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine;
                }
            }
            else
            {
                btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor;
                if (btnLineTemp != null)
                {
                    btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor;
                }
            }
        }