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

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

Merge "Made keyguard pattern view unfocusable" into main

parents 777ebae7 f51cea53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@
            android:layout_width="0dp"
            android:layout_height="0dp"
            android:layout_marginBottom="8dp"
            android:focusable="false"
            androidprv:layout_constraintVertical_bias="1.0"
            androidprv:layout_constraintDimensionRatio="1.0"
            androidprv:layout_constraintStart_toStartOf="parent"
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
            android:id="@+id/lockPatternView"
            android:layout_width="0dp"
            android:layout_height="0dp"
            android:focusable="false"
            androidprv:layout_constraintTop_toBottomOf="@id/pattern_top_guideline"
            androidprv:layout_constraintBottom_toBottomOf="parent"
            androidprv:layout_constraintLeft_toLeftOf="parent"