Merge "Fix text alignment in SIM lock dialog." into pi-dev
am: 270f608578
Change-Id: Iaec9e652cdb334ed8d1f9918c8d2ef5296c8b258
This commit is contained in:
@@ -57,6 +57,7 @@ class EditPinPreference extends CustomEditTextPreference {
|
|||||||
if (editText != null) {
|
if (editText != null) {
|
||||||
editText.setInputType(InputType.TYPE_CLASS_NUMBER |
|
editText.setInputType(InputType.TYPE_CLASS_NUMBER |
|
||||||
InputType.TYPE_NUMBER_VARIATION_PASSWORD);
|
InputType.TYPE_NUMBER_VARIATION_PASSWORD);
|
||||||
|
editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user