xm
2020-04-29 07466c19110693e3e439a7d7c8ad0bc21d9b3287
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;