From fa6bcb2e9907772480f99205f36ec2a1ce735a22 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 09 一月 2020 14:11:07 +0800
Subject: [PATCH] 合并代码

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
index 6cc2460..1308333 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
@@ -89,6 +89,12 @@
             topFrameLayout.Name = "topFrameLayout";
             this.AddChidren(topFrameLayout);
 
+            //绾�
+            var btnLine = new NormalViewControl(topFrameLayout.Width, 1, false);
+            btnLine.BackgroundColor = 0x40000000;
+            btnLine.Y = topFrameLayout.Height - 1;
+            topFrameLayout.AddChidren(btnLine);
+
             //杩斿洖閿�
             var btnBack = new BackViewControl();
             topFrameLayout.AddChidren(btnBack);
@@ -254,7 +260,7 @@
             btnHelp.Text = Language.StringByID(R.MyInternationalizationString.uSearchHelp);
             bodyFrameLayout.AddChidren(btnHelp);
             //搴曠嚎
-            int lineWidth = btnHelp.GetRealWidthByText(12);
+            int lineWidth = btnHelp.GetRealWidthByText();
             var btnLine = new NormalViewControl(lineWidth, ControlCommonResourse.BottomLineHeight, false);
             btnLine.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
             btnLine.Gravity = Gravity.CenterHorizontal;

--
Gitblit v1.8.0