| | |
| | | { |
| | | //图片 |
| | | 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(144); |
| | | bodyFrameLayout.AddChidren(framePic); |
| | |
| | | btnPic.UnSelectedImagePath = "Instruct/PanelFreshAir.png"; |
| | | framePic.AddChidren(btnPic);
|
| | |
|
| | | var btnGreanLinght = new NormalViewControl(Application.GetMinRealAverage(455), Application.GetMinRealAverage(45), false);
|
| | | btnGreanLinght.X = Application.GetMinRealAverage(374);
|
| | | btnGreanLinght.Y = Application.GetMinRealAverage(319);
|
| | | var btnGreanLinght = new NormalViewControl(this.GetPictrueRealSize(455), this.GetPictrueRealSize(45), false); |
| | | btnGreanLinght.X = this.GetPictrueRealSize(374); |
| | | btnGreanLinght.Y = this.GetPictrueRealSize(319); |
| | | btnGreanLinght.TextAlignment = TextAlignment.Center;
|
| | | btnGreanLinght.TextColor = UserCenterColor.Current.TextGrayColor3;
|
| | | btnGreanLinght.TextSize = 10;
|
| | |
| | | framePic.AddChidren(btnGreanLinght); |
| | | |
| | | //按住此按键 |
| | | var btnSecond = new NormalViewControl(Application.GetMinRealAverage(400), Application.GetMinRealAverage(45), false);
|
| | | btnSecond.X = Application.GetMinRealAverage(441);
|
| | | btnSecond.Y = Application.GetMinRealAverage(583);
|
| | | var btnSecond = new NormalViewControl(this.GetPictrueRealSize(400), this.GetPictrueRealSize(45), false); |
| | | btnSecond.X = this.GetPictrueRealSize(441); |
| | | btnSecond.Y = this.GetPictrueRealSize(583); |
| | | btnSecond.TextColor = UserCenterColor.Current.TextGrayColor3;
|
| | | btnSecond.TextSize = 10;
|
| | | btnSecond.TextID = R.MyInternationalizationString.uPressAndHoldThisKey;
|