| | |
| | | form.FinishSelectEvent += (code) => |
| | | { |
| | | (sender as Button).Text = "+" + code; |
| | | CommonPage.PhoneZoneStr = code; |
| | | }; |
| | | |
| | | //var zoneListView = new PhoneZone { }; |
| | |
| | | |
| | | AccountET = new EditText() |
| | | { |
| | | X = Application.GetRealWidth(193), |
| | | X = Application.GetRealWidth(222), |
| | | Width = Application.GetRealWidth(600), |
| | | Height = Application.GetRealHeight(Button_Height), |
| | | Gravity = Gravity.CenterVertical, |
| | |
| | | |
| | | PasswrodET = new EditText() |
| | | { |
| | | X = Application.GetRealWidth(236), |
| | | X = Application.GetRealWidth(222), |
| | | Width = Application.GetRealWidth(550), |
| | | Height = Application.GetRealHeight(Button_Height), |
| | | Gravity = Gravity.CenterVertical, |