| | |
| | | isHitBack = true; |
| | | }; |
| | | |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.ModifyPassword)).LoadTopView(backAction); |
| | | var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.ModifyPassword)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(); |
| | | |
| | | |
| | | #region 原密码 |
| | | FrameLayout oldPwdView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Y = Application.GetRealHeight(64+10), |
| | | Height = Application.GetRealHeight(50), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | }; |
| | |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | SecureTextEntry = true, |
| | | TextAlignment = TextAlignment.CenterRight, |
| | | Foucs = true |
| | | }; |
| | | rowView.AddChidren(etPassword); |
| | | var lineView = new LineView(rowView.Height); |