From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 30 八月 2022 09:37:38 +0800 Subject: [PATCH] 合并了IOS的代码 --- ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs b/ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs index 2d93c04..04156b3 100755 --- a/ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs +++ b/ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs @@ -50,7 +50,7 @@ bodyFrameLayout.AddChidren(listView); int space = this.GetPictrueRealSize(46); - int backWidth = (listView.Width - HdlControlResourse.XXLeft * 2 - space * 3) / 4; + int backWidth = (listView.Width - ControlCommonResourse.XXLeft * 2 - space * 3) / 4; //闃叉璇樊锛屽垎涓ゆ璁$畻 int iconWidth = backWidth - this.GetPictrueRealSize(43) - this.GetPictrueRealSize(43); @@ -73,7 +73,7 @@ frameBack.Width = backWidth; frameBack.Radius = (uint)backWidth / 2; frameBack.BackgroundColor = UserCenterColor.Current.White; - frameBack.X = HdlControlResourse.XXLeft + (i % 4) * (backWidth + space); + frameBack.X = ControlCommonResourse.XXLeft + (i % 4) * (backWidth + space); frameBack.Y = Application.GetRealHeight(58); frameRow.AddChidren(frameBack); -- Gitblit v1.8.0