HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs
@@ -1,9 +1,8 @@
using Shared.Phone.UserCenter;
using System;
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 信息编辑控件(不建议别人使用)
@@ -51,7 +50,7 @@
            //信息编辑
            var btnTile = new NormalViewControl(800, 60, true);
            btnTile.X = HdlControlResourse.XXLeft;
            btnTile.X = ControlCommonResourse.XXLeft;
            btnTile.Y = Application.GetRealHeight(81);
            btnTile.TextSize = 15;
            btnTile.TextColor = UserCenterColor.Current.TextColor2;
@@ -82,7 +81,7 @@
                listview.rowSpace = 0;
                //促使被挡住的菜单能够向上滑动
                var frameTemp = new FrameLayout();
                frameTemp.Height = HdlControlResourse.BodyFrameHeight - btnFinish.Yaxis + Application.GetRealHeight(23);
                frameTemp.Height = ControlCommonResourse.BodyFrameHeight - btnFinish.Yaxis + Application.GetRealHeight(23);
                listview.AddChidren(frameTemp);
                listview.rowSpace = tempSpace;