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