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

Commit 807ee34f authored by Doris Ling's avatar Doris Ling
Browse files

Fix text alignment in SIM lock dialog.

- set the text alignment to view start when we bind the view.

Change-Id: Ia7f32d7a422a8a18d092d1ff808f792ab1980e87
Fixes: 78165098
Test: visual
parent 03b8aa3a
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);
        }
    }