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