| | |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | SendCodeBtn.Text = Convert.ToInt16(60 - span.TotalSeconds) + "s" + Language.StringByID(R.MyInternationalizationString.SendVerificationCodeAgain); |
| | | SendCodeBtn.Enable = SendCodeBtn.IsSelected = false; |
| | | SendCodeBtn.Enable = false; |
| | | SendCodeBtn.BackgroundColor = ZigbeeColor.Current.GXCClearColor; |
| | | SendCodeBtn.SelectedBackgroundColor= ZigbeeColor.Current.GXCClearColor; |
| | | SendCodeBtn.TextColor = ZigbeeColor.Current.GXCTextBlackColor; |
| | |
| | | SendCodeBtn.BackgroundColor = ZigbeeColor.Current.GXCButtonDisableColor; |
| | | SendCodeBtn.SelectedBackgroundColor = ZigbeeColor.Current.GXCButtonSelectedColor; |
| | | SendCodeBtn.TextColor = ZigbeeColor.Current.GXCTextWhiteColor; |
| | | SendCodeBtn.Enable = SendCodeBtn.IsSelected = true; |
| | | SendCodeBtn.Enable = true; |
| | | t.Stop(); |
| | | t.Close(); |
| | | }); |