| | |
| | | var btnIcon = new NormalViewControl(this.GetPictrueRealSize(69), this.GetPictrueRealSize(35), false);
|
| | | btnIcon.UnSelectedImagePath = "Item/DownTriangle.png";
|
| | | btnIcon.Gravity = Gravity.Center;
|
| | | frameIconback.AddChidren(btnIcon, ChidrenBindMode.BindEventOnly);
|
| | | frameIconback.AddChidren(btnIcon, ChidrenBindMode.BindEvent);
|
| | |
|
| | | var frameText = new FrameLayoutStatuControl();
|
| | | frameText.Y= this.GetPictrueRealSize(265);
|
| | |
| | | btnOk.TextID = R.MyInternationalizationString.uConfirm1;
|
| | | btnOk.TextAlignment = TextAlignment.Center;
|
| | | btnOk.TextColor = UserCenterColor.Current.TextOrangeColor;
|
| | | frameText.AddChidren(btnOk, ChidrenBindMode.BindEventOnly);
|
| | | frameText.AddChidren(btnOk, ChidrenBindMode.BindEvent);
|
| | | //底线
|
| | | var btnLine1 = new NormalViewControl(this.GetPictrueRealSize(100), ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine1.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | |
| | | btnDown.Y = btnOk.Bottom;
|
| | | btnDown.TextAlignment = TextAlignment.Center;
|
| | | btnDown.TextColor = UserCenterColor.Current.TextOrangeColor;
|
| | | frameText.AddChidren(btnDown, ChidrenBindMode.BindEventOnly);
|
| | | frameText.AddChidren(btnDown, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //底线
|
| | | var btnLine2 = new NormalViewControl(this.GetPictrueRealSize(124), ControlCommonResourse.BottomLineHeight, false);
|
| | |
| | | var btnIcon = new NormalViewControl(this.GetPictrueRealSize(69), this.GetPictrueRealSize(35), false);
|
| | | btnIcon.UnSelectedImagePath = "Item/UpTriangle.png";
|
| | | btnIcon.Gravity = Gravity.Center;
|
| | | frameIconback.AddChidren(btnIcon, ChidrenBindMode.BindEventOnly);
|
| | | frameIconback.AddChidren(btnIcon, ChidrenBindMode.BindEvent);
|
| | |
|
| | | var frameText = new FrameLayoutStatuControl();
|
| | | frameText.Y = this.GetPictrueRealSize(265);
|
| | |
| | | btnOk.TextID = R.MyInternationalizationString.uConfirm1;
|
| | | btnOk.TextAlignment = TextAlignment.Center;
|
| | | btnOk.TextColor = UserCenterColor.Current.TextOrangeColor;
|
| | | frameText.AddChidren(btnOk, ChidrenBindMode.BindEventOnly);
|
| | | frameText.AddChidren(btnOk, ChidrenBindMode.BindEvent);
|
| | | //底线
|
| | | var btnLine1 = new NormalViewControl(this.GetPictrueRealSize(100), ControlCommonResourse.BottomLineHeight, false);
|
| | | btnLine1.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | |
| | | btnDown.Y = btnOk.Bottom;
|
| | | btnDown.TextAlignment = TextAlignment.Center;
|
| | | btnDown.TextColor = UserCenterColor.Current.TextOrangeColor;
|
| | | frameText.AddChidren(btnDown, ChidrenBindMode.BindEventOnly);
|
| | | frameText.AddChidren(btnDown, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //底线
|
| | | var btnLine2 = new NormalViewControl(this.GetPictrueRealSize(124), ControlCommonResourse.BottomLineHeight, false);
|