From e22fdb94322e6cec38e5e4a9aec13d431a133fde Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 28 四月 2020 16:32:35 +0800 Subject: [PATCH] 上传合并后的代码 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelCurtainDirectionForm.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelCurtainDirectionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelCurtainDirectionForm.cs index dd721fa..5617e35 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelCurtainDirectionForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelCurtainDirectionForm.cs @@ -30,8 +30,8 @@ { //鍥剧墖 var framePic = new FrameLayout(); - framePic.Width = Application.GetMinRealAverage(835); - framePic.Height = Application.GetMinRealAverage(711); + framePic.Width = this.GetPictrueRealSize(835); + framePic.Height = this.GetPictrueRealSize(711); framePic.Gravity = Gravity.CenterHorizontal; framePic.Y = Application.GetRealHeight(115); bodyFrameLayout.AddChidren(framePic); @@ -40,9 +40,9 @@ framePic.AddChidren(btnPic); //鎸夐敭鎸囩ず鐏寒璧� - var btnGreanLinght = new NormalViewControl(Application.GetMinRealAverage(463), Application.GetMinRealAverage(45), false); - btnGreanLinght.X = Application.GetMinRealAverage(372); - btnGreanLinght.Y = Application.GetMinRealAverage(258); + var btnGreanLinght = new NormalViewControl(this.GetPictrueRealSize(463), this.GetPictrueRealSize(45), false); + btnGreanLinght.X = this.GetPictrueRealSize(372); + btnGreanLinght.Y = this.GetPictrueRealSize(258); btnGreanLinght.TextAlignment = TextAlignment.Center; btnGreanLinght.TextColor = UserCenterColor.Current.TextGrayColor3; btnGreanLinght.TextSize = 10; @@ -50,9 +50,9 @@ framePic.AddChidren(btnGreanLinght); //鎸変綇姝ゆ寜閿� - var btnPress = new NormalViewControl(Application.GetMinRealAverage(400), Application.GetMinRealAverage(45), false); - btnPress.X = Application.GetMinRealAverage(144); - btnPress.Y = Application.GetMinRealAverage(275); + var btnPress = new NormalViewControl(this.GetPictrueRealSize(400), this.GetPictrueRealSize(45), false); + btnPress.X = this.GetPictrueRealSize(144); + btnPress.Y = this.GetPictrueRealSize(275); btnPress.TextColor = UserCenterColor.Current.TextGrayColor3; btnPress.TextSize = 10; btnPress.TextID = R.MyInternationalizationString.uPressAndHoldThisKey; -- Gitblit v1.8.0