黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelCurtainDirectionForm.cs
@@ -30,8 +30,8 @@
        {
            //图片
            var framePic = new FrameLayout();
            framePic.Width = Application.GetMinRealAverage(835);
            framePic.Height = Application.GetMinRealAverage(711);
            framePic.Width = this.GetPictrueRealSize(835);
            framePic.Height = this.GetPictrueRealSize(711);
            framePic.Gravity = Gravity.CenterHorizontal;
            framePic.Y = Application.GetRealHeight(115);
            bodyFrameLayout.AddChidren(framePic);
@@ -40,9 +40,9 @@
            framePic.AddChidren(btnPic);
            //按键指示灯亮起
            var btnGreanLinght = new NormalViewControl(Application.GetMinRealAverage(463), Application.GetMinRealAverage(45), false);
            btnGreanLinght.X = Application.GetMinRealAverage(372);
            btnGreanLinght.Y = Application.GetMinRealAverage(258);
            var btnGreanLinght = new NormalViewControl(this.GetPictrueRealSize(463), this.GetPictrueRealSize(45), false);
            btnGreanLinght.X = this.GetPictrueRealSize(372);
            btnGreanLinght.Y = this.GetPictrueRealSize(258);
            btnGreanLinght.TextAlignment = TextAlignment.Center;
            btnGreanLinght.TextColor = UserCenterColor.Current.TextGrayColor3;
            btnGreanLinght.TextSize = 10;
@@ -50,9 +50,9 @@
            framePic.AddChidren(btnGreanLinght);
            //按住此按键
            var btnPress = new NormalViewControl(Application.GetMinRealAverage(400), Application.GetMinRealAverage(45), false);
            btnPress.X = Application.GetMinRealAverage(144);
            btnPress.Y = Application.GetMinRealAverage(275);
            var btnPress = new NormalViewControl(this.GetPictrueRealSize(400), this.GetPictrueRealSize(45), false);
            btnPress.X = this.GetPictrueRealSize(144);
            btnPress.Y = this.GetPictrueRealSize(275);
            btnPress.TextColor = UserCenterColor.Current.TextGrayColor3;
            btnPress.TextSize = 10;
            btnPress.TextID = R.MyInternationalizationString.uPressAndHoldThisKey;