| | |
| | | bodyFrameLayout.AddChidren(btnHelp);
|
| | | //底线
|
| | | int lineWidth = btnHelp.GetRealWidthByText();
|
| | | var btnLine = new NormalViewControl(lineWidth, ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine = new NormalViewControl(lineWidth, HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | | btnLine.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine.Y = btnHelp.Bottom - Application.GetRealHeight(8);
|
| | |
| | | btnNext.MouseUpEventHandler += (sender, e) => |
| | | { |
| | | var form = new WiredGatewaySearchForm(); |
| | | this.AddFromAndRemoveNowForm(form); |
| | | this.AddFormAndCloseNowForm(form); |
| | | }; |
| | | } |
| | | } |