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