| | |
| | | if (bodyPageView.ChildrenCount - 2 == e) { |
| | | bodyPageView.RemoveAt (bodyPageView.ChildrenCount - 1); |
| | | } |
| | | Console.WriteLine ("D" + e.ToString ()); |
| | | Utlis.WriteLine ("D" + e.ToString ()); |
| | | }; |
| | | |
| | | FrameLayout bodyView = new FrameLayout (); |
| | |
| | | X = Application.GetRealWidth (70), |
| | | Y = Application.GetRealHeight (100), |
| | | UnSelectedImagePath = "Register/Register_Email_Address.png", |
| | | PlaceholderText = Language.StringByID (R.MyInternationalizationString.EmailAddress), |
| | | PlaceholderTextColor = SkinStyle.Current.PlaceholderTextColor, |
| | | PlaceholderText = Language.StringByID (R.MyInternationalizationString.EmailAddress), |
| | | TextAlignment = TextAlignment.Center, |
| | | Radius = (uint)Application.GetRealHeight (0), |
| | | TextColor = SkinStyle.Current.TextColor1, |