From 23532fa8ad34c89b6d24b01eaef6475fd0aad898 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 15 四月 2020 18:08:24 +0800 Subject: [PATCH] ??????? --- ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs index 124ab42..7b0dbfb 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs @@ -150,23 +150,25 @@ var versionFL = new FrameLayout { Y = Application.GetRealHeight(510), - Height = Application.GetRealHeight(300), + //Height = Application.GetRealHeight(300), + Height = Application.GetRealHeight(300-127-12), BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor }; bodyFrameLayout.AddChidren(versionFL); - var SLARow = new DeviceInfoRow(12); - SLARow.Init(); - SLARow.SetTipTitle(R.MyInternationalizationString.SLA); - SLARow.NameText.TextAlignment = TextAlignment.CenterRight; - versionFL.AddChidren(SLARow); - SLARow.ClickBtn.MouseUpEventHandler += (sender, e) => - { - var slaForm = new SLAForm(); - slaForm.AddForm(); - }; + //var SLARow = new DeviceInfoRow(12); + //SLARow.Init(); + //SLARow.SetTipTitle(R.MyInternationalizationString.SLA); + //SLARow.NameText.TextAlignment = TextAlignment.CenterRight; + //versionFL.AddChidren(SLARow); + //SLARow.ClickBtn.MouseUpEventHandler += (sender, e) => + //{ + // var slaForm = new SLAForm(); + // slaForm.AddForm(); + //}; - updateRow = new DeviceInfoRow(12 + 127 + 12); + //updateRow = new DeviceInfoRow(12 + 127 + 12); + updateRow = new DeviceInfoRow(12); updateRow.Init(); updateRow.SetTipTitle(R.MyInternationalizationString.UpdateVersion); updateRow.NameText.TextAlignment = TextAlignment.CenterRight; -- Gitblit v1.8.0