From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs b/ZigbeeApp/Shared/Phone/MainPage/SelectLocalDeviceImageForm.cs index 6b03468..2d93c04 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 - ControlCommonResourse.XXLeft * 2 - space * 3) / 4; + int backWidth = (listView.Width - HdlControlResourse.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 = ControlCommonResourse.XXLeft + (i % 4) * (backWidth + space); + frameBack.X = HdlControlResourse.XXLeft + (i % 4) * (backWidth + space); frameBack.Y = Application.GetRealHeight(58); frameRow.AddChidren(frameBack); @@ -82,7 +82,7 @@ btnIcon.UnSelectedImagePath = $"FunctionIcon/{i + 1}Icon.png"; btnIcon.SelectedImagePath = $"FunctionIcon/{i + 1}IconSelected.png"; btnIcon.Gravity = Gravity.Center; - frameBack.AddChidren(btnIcon, ChidrenBindMode.BindEventOnly); + frameBack.AddChidren(btnIcon, ChidrenBindMode.BindEvent); frameBack.ButtonClickEvent += (sender, e) => { -- Gitblit v1.8.0