黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/RowLayoutControls/RowLayoutControl.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/RowLayoutControls/RowLayoutControl.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 做成一个点击能够显示选中状态背景色的RowLayout(拥有桌布)
@@ -48,7 +48,7 @@
            this.SubViewWidth = Application.GetRealWidth(184);
            this.chidrenYaxis = i_ChidrenYaxis;
            this.Height = ControlCommonResourse.ListViewRowHeight;
            this.Height = HdlControlResourse.ListViewRowHeight;
            this.Width = Application.CurrentWidth;
        }