黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/SensorWaterDirectionForm.cs
@@ -30,8 +30,8 @@
        {
            //图片
            var framePic = new FrameLayout();
            framePic.Width = Application.GetMinRealAverage(861);
            framePic.Height = Application.GetMinRealAverage(706);
            framePic.Width = this.GetPictrueRealSize(861);
            framePic.Height = this.GetPictrueRealSize(706);
            framePic.Gravity = Gravity.CenterHorizontal;
            framePic.Y = Application.GetRealHeight(135);
            bodyFrameLayout.AddChidren(framePic);
@@ -40,9 +40,9 @@
            framePic.AddChidren(btnPic);
            //绿色指示灯快速闪烁
            var btnGreanLinght = new NormalViewControl(Application.GetMinRealAverage(501), Application.GetMinRealAverage(45), false);
            btnGreanLinght.X = Application.GetMinRealAverage(369);
            btnGreanLinght.Y = Application.GetMinRealAverage(358);
            var btnGreanLinght = new NormalViewControl(this.GetPictrueRealSize(501), this.GetPictrueRealSize(45), false);
            btnGreanLinght.X = this.GetPictrueRealSize(369);
            btnGreanLinght.Y = this.GetPictrueRealSize(358);
            btnGreanLinght.TextAlignment = TextAlignment.Center;
            btnGreanLinght.TextColor = UserCenterColor.Current.TextGrayColor3;
            btnGreanLinght.TextSize = 10;