HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-09-30 404cdc88627f942df7944af04ee05b9d527752d6
ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordRefreshMsgForm.cs
@@ -7,7 +7,7 @@
    /// <summary>
    /// 安防密码修改完成后,提示已经更新的画面
    /// </summary>
    public class PasswordRefreshMsgForm : UserCenterCommonForm
    public class PasswordRefreshMsgForm : EditorCommonForm
    {
        /// <summary>
        /// 画面显示(底层会固定调用此方法,借以完成画面创建)
@@ -18,7 +18,7 @@
            //设置头部信息
            base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uChangedPassword));
            var txtMsg = new MsgViewControl(1000, true);
            var txtMsg = new NormalViewControl(1000, true);
            txtMsg.Y = Application.GetRealHeight(320);
            txtMsg.Text = msg;
            txtMsg.Gravity = Gravity.CenterHorizontal;