HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameRefreshControl.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Controls/ListViewLayoutControls/VerticalFrameRefreshControl.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个里面只装FrameLayout的列表型控件,有刷新功能(有桌布,它不会调整高度)
@@ -191,7 +191,7 @@
            this.rowSpace = 0;
            this.frameBackTemp = new FrameLayout();
            frameBackTemp.Height = HdlControlResourse.BodyFrameHeight - btnTemp.Yaxis + Application.GetRealHeight(23);
            frameBackTemp.Height = ControlCommonResourse.BodyFrameHeight - btnTemp.Yaxis + Application.GetRealHeight(23);
            this.AddChidren(frameBackTemp);
            this.rowSpace = oldRowSpace;