From 9cc8fd11b13813adbdd3c6c31554e5c0bebf4026 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 21 八月 2020 19:53:49 +0800 Subject: [PATCH] 发布到商店的版本 --- ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs index 862f8f5..a09b052 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs @@ -72,20 +72,15 @@ 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); + 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); -- Gitblit v1.8.0