黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
ZigbeeApp/Shared/Phone/Category/AdjustTargetAddDelayTimeForm.cs
@@ -48,14 +48,14 @@
            //图标第一层底色
            var frameFirstBack = new FrameLayout();
            frameFirstBack.Y = Application.GetRealHeight(118);
            frameFirstBack.Height = Application.GetMinRealAverage(207);
            frameFirstBack.Width = Application.GetMinRealAverage(207);
            frameFirstBack.Height = this.GetPictrueRealSize(207);
            frameFirstBack.Width = this.GetPictrueRealSize(207);
            frameFirstBack.BackgroundColor = UserCenterColor.Current.White;
            frameFirstBack.Radius = (uint)Application.GetMinRealAverage(207) / 2;
            frameFirstBack.Radius = (uint)this.GetPictrueRealSize(207) / 2;
            frameFirstBack.Gravity = Gravity.CenterHorizontal;
            bodyFrameLayout.AddChidren(frameFirstBack);
            //防止出现误差
            int iconWidth = Application.GetMinRealAverage(207) - Application.GetMinRealAverage(12) - Application.GetMinRealAverage(12);
            int iconWidth = this.GetPictrueRealSize(207) - this.GetPictrueRealSize(12) - this.GetPictrueRealSize(12);
            //图标第二层底色
            var btnSecondBack = new NormalViewControl(iconWidth, iconWidth, false);
            btnSecondBack.BackgroundColor = 0xfffef1ed;