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

Commit bbaca83d authored by Joshua Mokut's avatar Joshua Mokut Committed by Android (Google) Code Review
Browse files

Merge "centralised password entry field in lockscreen" into main

parents cf087a72 2da09534
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@
                android:layout_height="wrap_content"
                android:contentDescription="@string/keyguard_accessibility_password"
                android:gravity="center_horizontal"
                android:layout_gravity="center"
                android:imeOptions="flagForceAscii|actionDone"
                android:inputType="textPassword"
                android:maxLength="500"
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
             android:layout_height="wrap_content"
             android:contentDescription="@string/keyguard_accessibility_password"
             android:gravity="center"
             android:layout_gravity="center"
             android:singleLine="true"
             android:textStyle="normal"
             android:inputType="textPassword"