HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs
@@ -109,9 +109,8 @@
            topBackFame.AddChidren(btnTitle);
            //取消
            var btnCancel = new NormalViewControl(200, 58, true);
            var btnCancel = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, true);
            btnCancel.X = Application.GetRealWidth(81);
            btnCancel.Y = Application.GetRealHeight(40);
            btnCancel.TextColor = UserCenterColor.Current.TextGrayColor1;
            btnCancel.TextID = R.MyInternationalizationString.uCancel;
            topBackFame.AddChidren(btnCancel);
@@ -121,9 +120,8 @@
            };
            //完成
            var btnFinish = new NormalViewControl(200, 58, true);
            btnFinish.X = Application.GetRealWidth(800);
            btnFinish.Y = Application.GetRealHeight(40);
            var btnFinish = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, true);
            btnFinish.X = topBackFame.Width - btnCancel.X - Application.GetRealWidth(200);
            btnFinish.TextAlignment = TextAlignment.CenterRight;
            btnFinish.TextColor = 0xfffb744a;
            btnFinish.TextID = R.MyInternationalizationString.uFinish;