From 38ab16c66df6fc523f2c385fd583a2f2e86a781c Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 29 四月 2020 17:58:45 +0800 Subject: [PATCH] 2020-4-29-1 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AirConditionerZbGatewayDirectionForm.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AirConditionerZbGatewayDirectionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AirConditionerZbGatewayDirectionForm.cs index 046fa30..56fc6ad 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AirConditionerZbGatewayDirectionForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AirConditionerZbGatewayDirectionForm.cs @@ -30,8 +30,8 @@ { //鍥剧墖 var framePic = new FrameLayout(); - framePic.Width = Application.GetMinRealAverage(893); - framePic.Height = Application.GetMinRealAverage(852); + framePic.Width = this.GetPictrueRealSize(893); + framePic.Height = this.GetPictrueRealSize(852); framePic.Gravity = Gravity.CenterHorizontal; framePic.Y = Application.GetRealHeight(75); bodyFrameLayout.AddChidren(framePic); @@ -40,9 +40,9 @@ framePic.AddChidren(btnPic); //缁胯壊鎸囩ず鐏棯鐑� - var btnGreanLinght = new NormalViewControl(Application.GetMinRealAverage(475), Application.GetMinRealAverage(45), false); - btnGreanLinght.X = Application.GetMinRealAverage(415); - btnGreanLinght.Y = Application.GetMinRealAverage(272); + var btnGreanLinght = new NormalViewControl(this.GetPictrueRealSize(475), this.GetPictrueRealSize(45), false); + btnGreanLinght.X = this.GetPictrueRealSize(415); + btnGreanLinght.Y = this.GetPictrueRealSize(272); btnGreanLinght.TextAlignment = TextAlignment.Center; btnGreanLinght.TextColor = UserCenterColor.Current.TextGrayColor3; btnGreanLinght.TextSize = 10; @@ -55,9 +55,9 @@ { textMsg = string.Format(textMsg, "5"); } - var btnSecond = new NormalViewControl(Application.GetMinRealAverage(360), Application.GetMinRealAverage(45), false); - btnSecond.X = Application.GetMinRealAverage(573); - btnSecond.Y = Application.GetMinRealAverage(718); + var btnSecond = new NormalViewControl(this.GetPictrueRealSize(360), this.GetPictrueRealSize(45), false); + btnSecond.X = this.GetPictrueRealSize(573); + btnSecond.Y = this.GetPictrueRealSize(718); btnSecond.TextColor = UserCenterColor.Current.TextGrayColor3; btnSecond.TextSize = 10; btnSecond.Text = textMsg; -- Gitblit v1.8.0