| | |
| | | }; |
| | | residenceNameRow.AddChidren(btnEditResidenceNameIcon); |
| | | |
| | | #endregion |
| | | #if stage2 |
| | | residenceNameRow.AddChidren( |
| | | new Button() |
| | | { |
| | |
| | | Width = Application.GetRealWidth(343), |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | #endregion |
| | | |
| | | #region 住宅地址 |
| | | var residenceAddressRow = new FrameLayout() |
| | | { |
| | |
| | | }; |
| | | residenceAddressRow.AddChidren(btnResidenceAddress); |
| | | #endregion |
| | | |
| | | #endif |
| | | #region 楼层管理 |
| | | floorManagementRow = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(8) + residenceAddressRow.Bottom, |
| | | Y = Application.GetRealHeight(8) + residenceNameRow.Bottom,// residenceAddressRow.Bottom, |
| | | Height = Application.GetRealHeight(50), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | }; |