HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
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
            };