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

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

Merge "Ensure PIN text view stays on screen regardless of font size." into tm-qpr-dev

parents 0897c09e c1930519
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,10 +48,11 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingBottom="@dimen/num_pad_entry_row_margin_bottom"
            androidprv:layout_constraintTop_toTopOf="parent"
            androidprv:layout_constraintEnd_toEndOf="parent"
            androidprv:layout_constraintStart_toStartOf="parent"
            androidprv:layout_constraintBottom_toTopOf="@id/key1"
            androidprv:layout_constraintVertical_bias="0.0">
            androidprv:layout_constraintVertical_bias="1.0">

            <com.android.keyguard.PasswordTextView
                android:id="@+id/pinEntry"