| | |
| | | }; |
| | | contentView.AddChidren(btnCancel); |
| | | |
| | | //Button btnBottomLine = new Button() |
| | | //{ |
| | | // X = btnCancel.Right, |
| | | // Y = btnLine.Bottom, |
| | | // Height = Application.GetRealHeight(43), |
| | | // Width = Application.GetRealWidth(1), |
| | | // BackgroundColor = CSS_Color.DividingLineColor, |
| | | //}; |
| | | //contentView.AddChidren(btnBottomLine); |
| | | |
| | | Button btnConfirm = new Button() |
| | | { |
| | | X = btnCancel.Right, |
| | | Y = btnLine.Y, |
| | | Width = Application.GetRealWidth(135), |
| | | Height = Application.GetRealHeight(43 + 1), |
| | | Height = Application.GetRealHeight(45), |
| | | TextAlignment = TextAlignment.Center, |
| | | //TextColor = CSS_Color.TextualColor, |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |