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