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

Commit 31b425c4 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

am: 1255398e

Change-Id: I14979288fef3adfc7f714d77d75a721588f00a14
parents e2d07ea4 1255398e
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);
        }
    }