Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1255398e authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

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

am: 270f6085

Change-Id: Iaec9e652cdb334ed8d1f9918c8d2ef5296c8b258
parents c82cf951 270f6085
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
        }
    }