| | |
| | |
|
| | | //图片
|
| | | var framePic = new FrameLayout();
|
| | | framePic.Width = Application.GetMinRealAverage(852);
|
| | | framePic.Height = Application.GetMinRealAverage(478);
|
| | | framePic.Width = this.GetPictrueRealSize(852);
|
| | | framePic.Height = this.GetPictrueRealSize(478);
|
| | | framePic.Gravity = Gravity.CenterHorizontal;
|
| | | framePic.Y = Application.GetRealHeight(251);
|
| | | framePic.BackgroundImagePath = "Gateway/WirelessGatewaySearching.png";
|
| | |
| | | };
|
| | | bodyFrameLayout.AddChidren(btnSettion);
|
| | | //底线
|
| | | int lineWidth = btnSettion.GetRealWidthByText(12);
|
| | | int lineWidth = btnSettion.GetRealWidthByText();
|
| | | var btnLine1 = new NormalViewControl(lineWidth, ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine1.BackgroundColor = 0xff0075ff;
|
| | | btnLine1.Gravity = Gravity.CenterHorizontal;
|