Merge "Fix text alignment in SIM lock dialog." into pi-dev am: 270f608578

am: 1255398ed9

Change-Id: I14979288fef3adfc7f714d77d75a721588f00a14
This commit is contained in:
Doris Ling
2018-04-17 23:12:12 -07:00
committed by android-build-merger

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);
}
}