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

Commit 270f6085 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents bc4c392f 807ee34f
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);
        }
    }