| | |
| | | /// <summary> |
| | | /// 区域管理小区域图标 |
| | | /// </summary> |
| | | Button residenceManageIcon; |
| | | Button btnResidenceManageIcon; |
| | | /// <summary> |
| | | /// 区域管理小区域文本 |
| | | /// </summary> |
| | | Button residenceManageText; |
| | | Button btnResidenceManageText; |
| | | /// <summary> |
| | | /// 区域成员小区域 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 区域成员小区域图标 |
| | | /// </summary> |
| | | Button residenceMemberIcon; |
| | | Button btnResidenceMemberIcon; |
| | | /// <summary> |
| | | /// 区域成员小区域文本 |
| | | /// </summary> |
| | | Button residenceMemberText; |
| | | Button btnResidenceMemberText; |
| | | /// <summary> |
| | | /// 区域安放小区域 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 区域成安放小区域图标 |
| | | /// </summary> |
| | | Button residenceArmIcon; |
| | | Button btnResidenceArmIcon; |
| | | /// <summary> |
| | | /// 区域安放小区域文本 |
| | | /// </summary> |
| | | Button residenceArmText; |
| | | Button btnResidenceArmText; |
| | | /// <summary> |
| | | /// 区域数据备份小区域 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 区域数据备份小区域图标 |
| | | /// </summary> |
| | | Button residenceDataBackupIcon; |
| | | Button btnResidenceDataBackupIcon; |
| | | /// <summary> |
| | | /// 区域数据备份小区域文本 |
| | | /// </summary> |
| | | Button residenceDataBackupText; |
| | | Button btnResidenceDataBackupText; |
| | | /// <summary> |
| | | /// 区域辅助功能小区域 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 区域辅助功能小区域图标 |
| | | /// </summary> |
| | | Button residenceAuxiliaryFunctionIcon; |
| | | Button btnResidenceAuxiliaryFunctionIcon; |
| | | /// <summary> |
| | | /// 区域辅助功能小区域文本 |
| | | /// </summary> |
| | | Button residenceAuxiliaryFunctionText; |
| | | Button btnResidenceAuxiliaryFunctionText; |
| | | /// <summary> |
| | | /// 区域添加功能小区域 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 区域添加功能小区域图标 |
| | | /// </summary> |
| | | Button residenceAddFunctionIcon; |
| | | Button btnResidenceAddFunctionIcon; |
| | | /// <summary> |
| | | /// 区域添加功能小区域文本 |
| | | /// </summary> |
| | | Button residenceAddFunctionText; |
| | | Button btnResidenceAddFunctionText; |
| | | /// <summary> |
| | | /// 软件设置区域 |
| | | /// </summary> |
| | |
| | | Height = Application.GetMinRealAverage(16), |
| | | X = Application.GetRealWidth(16), |
| | | Y = Application.GetRealHeight(25), |
| | | UnSelectedImagePath = "0Common/DownIcon.png", |
| | | UnSelectedImagePath = "Public/DownIcon.png", |
| | | }; |
| | | residenceInfoView.AddChidren(btnResidenceDownIcon); |
| | | |
| | |
| | | { |
| | | X = Application.GetRealWidth(28 - 24), |
| | | Y = Application.GetRealHeight(68), |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealHeight(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceManageView); |
| | | |
| | | residenceManageIcon = new Button() |
| | | btnResidenceManageIcon = new Button() |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/ResidenceManageIcon.png", |
| | | }; |
| | | residenceManageView.AddChidren(residenceManageIcon); |
| | | residenceManageView.AddChidren(btnResidenceManageIcon); |
| | | |
| | | residenceManageText = new Button() |
| | | btnResidenceManageText = new Button() |
| | | { |
| | | Y = residenceManageIcon.Bottom, |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.ResidenceManage, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceManageView.AddChidren(residenceManageText); |
| | | residenceManageView.AddChidren(btnResidenceManageText); |
| | | #endregion |
| | | #region ---成员区域 |
| | | residenceMemberView = new FrameLayout() |
| | | { |
| | | X = residenceManageView.Right, |
| | | Y = Application.GetRealHeight(68), |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealHeight(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceMemberView); |
| | | |
| | | residenceMemberIcon = new Button |
| | | btnResidenceMemberIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/ResidenceMemberIcon.png", |
| | | }; |
| | | residenceMemberView.AddChidren(residenceMemberIcon); |
| | | residenceMemberText = new Button() |
| | | residenceMemberView.AddChidren(btnResidenceMemberIcon); |
| | | btnResidenceMemberText = new Button() |
| | | { |
| | | Y = residenceManageIcon.Bottom, |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.ResidenceMemberManage, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceMemberView.AddChidren(residenceMemberText); |
| | | residenceMemberView.AddChidren(btnResidenceMemberText); |
| | | #endregion |
| | | #region ---安放区域 |
| | | residenceArmView = new FrameLayout() |
| | | { |
| | | X = residenceMemberView.Right, |
| | | Y = Application.GetRealHeight(68), |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealHeight(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceArmView); |
| | | residenceArmIcon = new Button |
| | | btnResidenceArmIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/ResidenceArmIcon.png", |
| | | }; |
| | | residenceArmView.AddChidren(residenceArmIcon); |
| | | residenceArmText = new Button() |
| | | residenceArmView.AddChidren(btnResidenceArmIcon); |
| | | btnResidenceArmText = new Button() |
| | | { |
| | | Y = residenceManageIcon.Bottom, |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.Undefense, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceArmView.AddChidren(residenceArmText); |
| | | residenceArmView.AddChidren(btnResidenceArmText); |
| | | #endregion |
| | | #region ---数据备份区域 |
| | | residenceDataBackupView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(28 - 24), |
| | | Y = residenceManageView.Bottom, |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceDataBackupView); |
| | | residenceDataBackupIcon = new Button |
| | | btnResidenceDataBackupIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/ResidenceDataBackupIcon.png", |
| | | }; |
| | | residenceDataBackupView.AddChidren(residenceDataBackupIcon); |
| | | residenceDataBackupText = new Button() |
| | | residenceDataBackupView.AddChidren(btnResidenceDataBackupIcon); |
| | | btnResidenceDataBackupText = new Button() |
| | | { |
| | | Y = residenceManageIcon.Bottom, |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.DataBackup, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceDataBackupView.AddChidren(residenceDataBackupText); |
| | | residenceDataBackupView.AddChidren(btnResidenceDataBackupText); |
| | | #endregion |
| | | |
| | | #region ---辅助功能区域 |
| | |
| | | { |
| | | X = residenceDataBackupView.Right, |
| | | Y = residenceManageView.Bottom, |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceAuxiliaryFunctionView); |
| | | residenceAuxiliaryFunctionIcon = new Button |
| | | btnResidenceAuxiliaryFunctionIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/AuxiliaryFunctionIcon.png", |
| | | }; |
| | | residenceAuxiliaryFunctionView.AddChidren(residenceAuxiliaryFunctionIcon); |
| | | residenceAuxiliaryFunctionText = new Button() |
| | | residenceAuxiliaryFunctionView.AddChidren(btnResidenceAuxiliaryFunctionIcon); |
| | | btnResidenceAuxiliaryFunctionText = new Button() |
| | | { |
| | | Y = residenceManageIcon.Bottom, |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.AuxiliaryFunction, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceAuxiliaryFunctionView.AddChidren(residenceAuxiliaryFunctionText); |
| | | residenceAuxiliaryFunctionView.AddChidren(btnResidenceAuxiliaryFunctionText); |
| | | #endregion |
| | | |
| | | #region ---添加功能区域 |
| | |
| | | { |
| | | X = residenceAuxiliaryFunctionView.Right, |
| | | Y = residenceManageView.Bottom, |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceAddFunctionView); |
| | | residenceAddFunctionIcon = new Button |
| | | btnResidenceAddFunctionIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/AddFunctionIcon.png", |
| | | }; |
| | | residenceAddFunctionView.AddChidren(residenceAddFunctionIcon); |
| | | residenceAddFunctionText = new Button() |
| | | residenceAddFunctionView.AddChidren(btnResidenceAddFunctionIcon); |
| | | btnResidenceAddFunctionText = new Button() |
| | | { |
| | | Y = residenceManageIcon.Bottom, |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.AddFunction, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceAddFunctionView.AddChidren(residenceAddFunctionText); |
| | | residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText); |
| | | #endregion |
| | | } |
| | | else |
| | |
| | | { |
| | | X = Application.GetRealWidth(28 - 24), |
| | | Y = Application.GetRealHeight(68), |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceArmView); |
| | | residenceArmIcon = new Button |
| | | btnResidenceArmIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/ResidenceArmIcon.png", |
| | | }; |
| | | residenceArmView.AddChidren(residenceArmIcon); |
| | | residenceArmText = new Button() |
| | | residenceArmView.AddChidren(btnResidenceArmIcon); |
| | | btnResidenceArmText = new Button() |
| | | { |
| | | Y = residenceArmIcon.Bottom, |
| | | Y = btnResidenceArmIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.Undefense, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceArmView.AddChidren(residenceArmText); |
| | | residenceArmView.AddChidren(btnResidenceArmText); |
| | | #endregion |
| | | #region ---数据备份区域 |
| | | residenceDataBackupView = new FrameLayout() |
| | | { |
| | | X = residenceArmView.Right, |
| | | Y = Application.GetRealHeight(68), |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceDataBackupView); |
| | | residenceDataBackupIcon = new Button |
| | | btnResidenceDataBackupIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/ResidenceDataBackupIcon.png", |
| | | }; |
| | | residenceDataBackupView.AddChidren(residenceDataBackupIcon); |
| | | residenceDataBackupText = new Button() |
| | | residenceDataBackupView.AddChidren(btnResidenceDataBackupIcon); |
| | | btnResidenceDataBackupText = new Button() |
| | | { |
| | | Y = residenceDataBackupIcon.Bottom, |
| | | Y = btnResidenceDataBackupIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.DataBackup, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceDataBackupView.AddChidren(residenceDataBackupText); |
| | | residenceDataBackupView.AddChidren(btnResidenceDataBackupText); |
| | | #endregion |
| | | |
| | | #region ---辅助功能区域 |
| | |
| | | { |
| | | X = residenceDataBackupView.Right, |
| | | Y = Application.GetRealHeight(68), |
| | | Width = Application.GetMinRealAverage(64 + 48), |
| | | Height = Application.GetMinRealAverage(64), |
| | | Width = Application.GetRealWidth(64 + 48), |
| | | Height = Application.GetRealWidth(64), |
| | | }; |
| | | residenceInfoView.AddChidren(residenceAuxiliaryFunctionView); |
| | | residenceAuxiliaryFunctionIcon = new Button |
| | | btnResidenceAuxiliaryFunctionIcon = new Button |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealHeight(5), |
| | |
| | | Height = Application.GetMinRealAverage(30), |
| | | UnSelectedImagePath = "PersonalCenter/AuxiliaryFunctionIcon.png", |
| | | }; |
| | | residenceAuxiliaryFunctionView.AddChidren(residenceAuxiliaryFunctionIcon); |
| | | residenceAuxiliaryFunctionText = new Button() |
| | | residenceAuxiliaryFunctionView.AddChidren(btnResidenceAuxiliaryFunctionIcon); |
| | | btnResidenceAuxiliaryFunctionText = new Button() |
| | | { |
| | | Y = residenceAuxiliaryFunctionIcon.Bottom, |
| | | Y = btnResidenceAuxiliaryFunctionIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.AuxiliaryFunction, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | }; |
| | | residenceAuxiliaryFunctionView.AddChidren(residenceAuxiliaryFunctionText); |
| | | residenceAuxiliaryFunctionView.AddChidren(btnResidenceAuxiliaryFunctionText); |
| | | #endregion |
| | | |
| | | } |
| | |
| | | |
| | | btnNightViewModeSwitch = new Button() |
| | | { |
| | | X = Application.GetRealWidth(293), |
| | | X = Application.GetRealWidth(283), |
| | | Y = Application.GetRealHeight(4), |
| | | Width = Application.GetMinRealAverage(36), |
| | | Width = Application.GetMinRealAverage(48), |
| | | Height = Application.GetMinRealAverage(36), |
| | | UnSelectedImagePath = "PersonalCenter/SwitchClose.png", |
| | | UnSelectedImagePath = "Public/Switch.png", |
| | | SelectedImagePath = "Public/SwitchOn.png", |
| | | }; |
| | | softSettingView.AddChidren(btnNightViewModeSwitch); |
| | | |