Skip to content

Commit 0c100be

Browse files
committed
Merge branch 'hotfix/5.223.1'
2 parents 77cc776 + e547474 commit 0c100be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.223.0
1+
VERSION=5.223.1

autofill/autofill-impl/src/main/res/layout/fragment_autofill_management_list_mode.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@
7878
<androidx.recyclerview.widget.RecyclerView
7979
android:id="@+id/logins"
8080
android:layout_width="0dp"
81-
android:layout_height="wrap_content"
81+
android:layout_height="0dp"
8282
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
83+
app:layout_constraintBottom_toBottomOf="parent"
8384
app:layout_constraintEnd_toEndOf="parent"
8485
app:layout_constraintStart_toStartOf="parent"
8586
app:layout_constraintTop_toBottomOf="@id/topDivider" />

0 commit comments

Comments
 (0)