| | |
| | | ///// 区域辅助功能小区域文本 |
| | | ///// </summary> |
| | | //Button btnResidenceAuxiliaryFunctionText; |
| | | ///// <summary> |
| | | ///// 区域添加功能小区域 |
| | | ///// </summary> |
| | | //FrameLayout residenceAddFunctionView; |
| | | ///// <summary> |
| | | ///// 区域添加功能小区域图标 |
| | | ///// </summary> |
| | | //Button btnResidenceAddFunctionIcon; |
| | | ///// <summary> |
| | | ///// 区域添加功能小区域文本 |
| | | ///// </summary> |
| | | //Button btnResidenceAddFunctionText; |
| | | /// <summary> |
| | | /// 区域添加功能小区域 |
| | | /// </summary> |
| | | FrameLayout residenceAddFunctionView; |
| | | /// <summary> |
| | | /// 区域添加功能小区域图标 |
| | | /// </summary> |
| | | Button btnResidenceAddFunctionIcon; |
| | | /// <summary> |
| | | /// 区域添加功能小区域文本 |
| | | /// </summary> |
| | | Button btnResidenceAddFunctionText; |
| | | #endregion |
| | | |
| | | #region F3阶段 |
| | |
| | | #endregion |
| | | |
| | | #region ---添加功能区域 |
| | | //residenceAddFunctionView = new FrameLayout() |
| | | //{ |
| | | // X = residenceAuxiliaryFunctionView.Right, |
| | | // Y = residenceManageView.Bottom, |
| | | // Width = Application.GetRealWidth(64 + 48), |
| | | // Height = Application.GetRealWidth(64), |
| | | //}; |
| | | //residenceInfoView.AddChidren(residenceAddFunctionView); |
| | | //btnResidenceAddFunctionIcon = new Button |
| | | //{ |
| | | // Gravity = Gravity.CenterHorizontal, |
| | | // Y = Application.GetRealHeight(5), |
| | | // Width = Application.GetMinRealAverage(30), |
| | | // Height = Application.GetMinRealAverage(30), |
| | | // UnSelectedImagePath = "PersonalCenter/AddFunctionIcon.png", |
| | | //}; |
| | | //residenceAddFunctionView.AddChidren(btnResidenceAddFunctionIcon); |
| | | //btnResidenceAddFunctionText = new Button() |
| | | //{ |
| | | // Y = btnResidenceManageIcon.Bottom, |
| | | // Height = Application.GetRealHeight(29), |
| | | // TextID = StringId.AddFunction, |
| | | // TextAlignment = TextAlignment.Center, |
| | | // TextColor = CSS_Color.FirstLevelTitleColor, |
| | | // TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | //}; |
| | | //residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText); |
| | | residenceAddFunctionView = new FrameLayout() |
| | | { |
| | | X = residenceAuxiliaryFunctionView.Right, |
| | | Y = residenceManageView.Bottom, |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceAddFunctionView); |
| | | btnResidenceAddFunctionIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | | Width = Application.GetMinRealAverage(30), |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/AddFunctionIcon.png", |
| | | }; |
| | | residenceAddFunctionView.AddChidren(btnResidenceAddFunctionIcon); |
| | | btnResidenceAddFunctionText = new Button() |
| | | { |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.AddFunction, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText); |
| | | #endregion |
| | | #endregion |
| | | } |