Removes tap continue when done text
This text is hidden by the keyboard, and the continue/keyboard done button seem more intuitive than with this text. bug:27063940 Change-Id: I1a4dca31fbf1c1cf9c00a68f0bb00df760992cda
This commit is contained in:
@@ -1134,9 +1134,6 @@
|
|||||||
<!-- Hint shown in dialog screen when PIN is too short -->
|
<!-- Hint shown in dialog screen when PIN is too short -->
|
||||||
<string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
|
<string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
|
||||||
|
|
||||||
<!-- Hint shown after minimum password criteria is met -->
|
|
||||||
<string name="lockpassword_press_continue">Tap Continue when done</string>
|
|
||||||
|
|
||||||
<!-- Hint shown after minimum password criteria is met -->
|
<!-- Hint shown after minimum password criteria is met -->
|
||||||
<string name="lockpassword_continue_label">Continue</string>
|
<string name="lockpassword_continue_label">Continue</string>
|
||||||
|
|
||||||
|
@@ -616,7 +616,7 @@ public class ChooseLockPassword extends SettingsActivity {
|
|||||||
mHeaderText.setText(error);
|
mHeaderText.setText(error);
|
||||||
setNextEnabled(false);
|
setNextEnabled(false);
|
||||||
} else {
|
} else {
|
||||||
mHeaderText.setText(R.string.lockpassword_press_continue);
|
mHeaderText.setText(null);
|
||||||
setNextEnabled(true);
|
setNextEnabled(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user