Merge "Ensure PIN text view stays on screen regardless of font size." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0193d7c4d5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user