| | |
| | | IsBold = true, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.EmphasisFontSize_Secondary, |
| | | TextID = optionType == "7" ? StringId.SetGesturePassword : StringId.VerifyGesturePassword, |
| | | TextID = StringId.VerifyGesturePassword, |
| | | }; |
| | | bodyView.AddChidren(btnTipTitle); |
| | | |
| | |
| | | TextColor = CSS_Color.TextualColor, |
| | | SelectedTextColor = CSS_Color.WarningColor, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | TextID = optionType == "2" ? StringId.DrawUnlockPatternAgain : StringId.DrawUnlockPattern, |
| | | TextID = StringId.DrawUnlockPattern, |
| | | }; |
| | | bodyView.AddChidren(btnTipMsg); |
| | | |
| | | if (optionType == "7") |
| | | if (optionType == "1") |
| | | { |
| | | btnTipTitle.TextID = StringId.DrawUnlockPattern; |
| | | btnTipMsg.TextID = string.IsNullOrEmpty(oldPasswrod) ? StringId.DrawUnlockPattern : StringId.DrawUnlockPatternAgain; |
| | | //设置手势密码 |
| | | btnTipTitle.TextID = StringId.SetGesturePassword; |
| | | }else if(optionType == "2") |
| | | { |
| | | //请输入原手势密码 |
| | | btnTipTitle.TextID = StringId.PleaseDrawTheOriginalGesturePassword; |
| | | } |
| | | |
| | | //if (optionType == "7") |
| | | //{ |
| | | // //请绘制解锁图案 |
| | | // btnTipTitle.TextID = StringId.DrawUnlockPattern; |
| | | //} |
| | | |
| | | |
| | | GestureLockView mGestureLockView = new GestureLockView |
| | | { |
| | | Y = Application.GetRealHeight(260), |