From e96e11d6f8b965ea522c983e040d41e3b9ef105a Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 18 五月 2020 21:33:19 +0800
Subject: [PATCH] 2020-05-18-4
---
ZigbeeApp/Shared/Phone/Login/PhoneZone.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs b/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs
index e91aa2e..13a0844 100755
--- a/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs
+++ b/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs
@@ -4,7 +4,7 @@
namespace Shared.Phone.Device.Login
{
- public class PhoneZone : FrameLayout
+ public class PhoneZone : UserCenter.FrameLayoutBase
{
#region 鈼� 鍙橀噺____________________________
/// <summary>
@@ -197,8 +197,8 @@
var cancleBtn = new Button()
{
Y = Application.GetRealHeight(1719),
- Height = Application.GetMinRealAverage(86),
- Width = Application.GetMinRealAverage(86),
+ Height = this.GetPictrueRealSize(86),
+ Width = this.GetPictrueRealSize(86),
UnSelectedImagePath = "Account/Cancle.png",
Gravity = Gravity.CenterHorizontal
};
--
Gitblit v1.8.0