From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 18 九月 2020 13:58:19 +0800
Subject: [PATCH] 新版本

---
 ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs |   43 ++++++++++++++++++++++---------------------
 1 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
index 6d9e61b..756529e 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
@@ -72,25 +72,20 @@
             frameLogo.Height = Application.GetRealHeight(484);
             frameLogo.BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor;
             bodyFrameLayout.AddChidren(frameLogo);
-            //鍥炬爣鐨勫鍣�
-            var frameLogoBackground = new FrameLayoutBase();
-            frameLogoBackground.Y = Application.GetRealHeight(104);
-            frameLogoBackground.Width = this.GetPictrueRealSize(167);
-            frameLogoBackground.Height = this.GetPictrueRealSize(167);
-            frameLogoBackground.Gravity = Gravity.CenterHorizontal;
-            frameLogoBackground.BackgroundColor = ZigbeeColor.Current.GXCButtonBlackSelectedColor;
-            frameLogoBackground.Radius = (uint)Application.GetRealHeight(37);
-            frameLogo.AddChidren(frameLogoBackground);
             //鍥炬爣
-            var btnLogo = new IconViewControl(144);
-            btnLogo.UnSelectedImagePath = "Account/Logo_White.png";
-            btnLogo.Gravity = Gravity.Center;
-            frameLogoBackground.AddChidren(btnLogo);
-            //HDL Home
+            var btnLogo = new ImageView();
+            btnLogo.Y = Application.GetRealHeight(104);
+            btnLogo.Width = this.GetPictrueRealSize(167);
+            btnLogo.Height = this.GetPictrueRealSize(167);
+            btnLogo.Radius = (uint)Application.GetRealHeight(37);
+            btnLogo.ImagePath = "Account/Logo_Evoyo.png";
+            btnLogo.Gravity = Gravity.CenterHorizontal;
+            frameLogo.AddChidren(btnLogo);
+            //Evoyo Home
             var btnName = new NormalViewControl(700, 60, true);
             btnName.Y = Application.GetRealHeight(294);
             btnName.Gravity = Gravity.CenterHorizontal;
-            btnName.Text = "HDL Home";
+            btnName.Text = "Evoyo Home";
             btnName.TextSize = 15;
             btnName.TextColor = ZigbeeColor.Current.GXCTextDeepBlackColor;
             btnName.TextAlignment = TextAlignment.Center;
@@ -111,11 +106,17 @@
             listView.Height = Application.GetRealHeight(500);
             bodyFrameLayout.AddChidren(listView);
             //鏈嶅姟鍗忚
-            //var rowService = new FrameRowControl(listView.rowSpace / 2);
-            //listView.AddChidren(rowService);
-            //rowService.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.SLA), 400);
-            //rowService.AddRightArrow();
-            //rowService.AddBottomLine();
+            var rowService = new FrameRowControl(listView.rowSpace / 2);
+            listView.AddChidren(rowService);
+            rowService.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.SLA), 400);
+            rowService.AddRightArrow();
+            rowService.AddBottomLine();
+            rowService.ButtonClickEvent += (sender, e) =>
+            {
+                var form = new SLAForm();
+                form.AddForm();
+            };
+
             //鐗堟湰鏇存柊
             this.rowUpdate = new FrameRowControl(listView.rowSpace / 2);
             listView.AddChidren(rowUpdate);
@@ -338,7 +339,7 @@
             if (Android.OS.BuildVersionCodes.M < Android.OS.Build.VERSION.SdkInt)
             {
                 //鍙傛暟1 涓婁笅鏂�, 鍙傛暟2 Provider涓绘満鍦板潃 鍜岄厤缃枃浠朵腑淇濇寔涓�鑷�   鍙傛暟3  鍏变韩鐨勬枃浠�
-                var apkUri = Android.Support.V4.Content.FileProvider.GetUriForFile(context, "com.hdl.home.fileProvider", file);
+                var apkUri = Android.Support.V4.Content.FileProvider.GetUriForFile(context, "com.evoyo.home.fileProvider", file);
                 //娣诲姞杩欎竴鍙ヨ〃绀哄鐩爣搴旂敤涓存椂鎺堟潈璇ri鎵�浠h〃鐨勬枃浠�
                 intent.AddFlags(Android.Content.ActivityFlags.GrantReadUriPermission);
                 intent.SetDataAndType(apkUri, "application/vnd.android.package-archive");

--
Gitblit v1.8.0