Merge "Fix text alignment in SIM lock dialog." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-18 05:55:35 +00:00
committed by Android (Google) Code Review

View File

@@ -57,6 +57,7 @@ class EditPinPreference extends CustomEditTextPreference {
if (editText != null) {
editText.setInputType(InputType.TYPE_CLASS_NUMBER |
InputType.TYPE_NUMBER_VARIATION_PASSWORD);
editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
}
}