We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77cc776 + e547474 commit 0c100beCopy full SHA for 0c100be
app/version/version.properties
@@ -1 +1 @@
1
-VERSION=5.223.0
+VERSION=5.223.1
autofill/autofill-impl/src/main/res/layout/fragment_autofill_management_list_mode.xml
@@ -78,8 +78,9 @@
78
<androidx.recyclerview.widget.RecyclerView
79
android:id="@+id/logins"
80
android:layout_width="0dp"
81
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
82
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
83
+ app:layout_constraintBottom_toBottomOf="parent"
84
app:layout_constraintEnd_toEndOf="parent"
85
app:layout_constraintStart_toStartOf="parent"
86
app:layout_constraintTop_toBottomOf="@id/topDivider" />
0 commit comments