From c0ce2f57a4f836ebeb9e7b8b4b5a4407fd78dc86 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 23 九月 2020 10:06:05 +0800
Subject: [PATCH] 上传
---
ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs | 34 ++++++----------------------------
1 files changed, 6 insertions(+), 28 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs
index 43d8046..6801dc8 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs
@@ -21,35 +21,13 @@
/// </summary>
private void InitMiddleFrame()
{
- bodyFrameLayout.BackgroundColor = ZigbeeColor.Current.GXCGrayBackgroundColor;
+ var btnControl = new WebView();
+ btnControl.Width = bodyFrameLayout.Width;
+ btnControl.Height = bodyFrameLayout.Height;
+ bodyFrameLayout.AddChidren(btnControl);
- var title = new Button
- {
- X = Application.GetRealWidth(58),
- Y = Application.GetRealHeight(58),
- Width = Application.GetRealWidth(600),
- Height = Application.GetRealHeight(58),
- TextID = R.MyInternationalizationString.SLA_Title,
- TextAlignment = TextAlignment.CenterLeft,
- TextColor = ZigbeeColor.Current.GXCTextBlackColor,
- TextSize = 14
- };
- title.IsBold = true;
- bodyFrameLayout.AddChidren(title);
-
- var detail=new Button
- {
- X = Application.GetRealWidth(58),
- Y = Application.GetRealHeight(164),
- Width = Application.GetRealWidth(942),
- Height = Application.GetRealHeight(800),
- Text = Language.StringByID(R.MyInternationalizationString.SLA_Detail).Replace("{\\r\\n}","\r\n\r\n"),
- TextAlignment = TextAlignment.CenterLeft,
- TextColor = ZigbeeColor.Current.GXCTextColor,
- IsMoreLines=true,
- TextSize = 12
- };
- bodyFrameLayout.AddChidren(detail);
+ //鍔犺浇缃戝潃
+ btnControl.LoadRequest("https://developer.hdlcontrol.com/HDLEvoyoPrivacyPolicy.html");
}
}
}
--
Gitblit v1.8.0