| | |
| | | /// VerificationCodeET |
| | | /// </summary> |
| | | public EditText VerificationCodeET; |
| | | |
| | | |
| | | /// <summary> |
| | | /// Init |
| | | /// </summary> |
| | |
| | | SelectedBackgroundColor=ZigbeeColor.Current.GXCButtonSelectedColor, |
| | | Enable = false, |
| | | IsSelected = false, |
| | | Radius=(uint)Application.GetRealHeight(20) |
| | | Radius=(uint)Application.GetRealHeight(12) |
| | | }; |
| | | codeFL.AddChidren(SendCodeBtn); |
| | | |
| | |
| | | SelectedBackgroundColor = ZigbeeColor.Current.GXCButtonSelectedColor, |
| | | Enable = false, |
| | | IsSelected = false, |
| | | Radius = (uint)Application.GetRealHeight(20) |
| | | Radius = (uint)Application.GetRealHeight(12) |
| | | }; |
| | | codeFL.AddChidren(SendCodeBtn); |
| | | |