HDL Home App 第二版本 旧平台金堂用 正在使用
陈嘉乐
2020-04-29 38ab16c66df6fc523f2c385fd583a2f2e86a781c
ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
@@ -9,7 +9,7 @@
    /// <summary>
    /// 登录界面
    /// </summary>
    public class AccountLogin : FrameLayout
    public class AccountLogin : FrameLayoutBase
    {
        #region ■ 变量声明___________________________
@@ -630,7 +630,7 @@
        private void AddServiceAgreementControl(FrameLayout frameBack)
        {
            var frameRow = new FrameLayout();
            frameRow.Height = Application.GetMinRealAverage(110);
            frameRow.Height = this.GetPictrueRealSize(110);
            frameRow.Y = Application.GetRealHeight(959);
            frameRow.Gravity = Gravity.CenterHorizontal;
@@ -708,7 +708,7 @@
            btnIcon.SelectedImagePath = "Item/Check1Selected.png";
            //计算行控件的宽度
            frameRow.Width = fontWidth + Application.GetMinRealAverage(42) + Application.GetRealWidth(23) - speceilValue * 3;
            frameRow.Width = fontWidth + this.GetPictrueRealSize(42) + Application.GetRealWidth(23) - speceilValue * 3;
            frameBack.AddChidren(frameRow);
            //图标控件初始化