For #22342: Make layout constraint for 'recent bookmarks' the same as other sections

upstream-sync
Grisha Kruglov 3 years ago committed by Grisha Kruglov
parent 8c9f0c835a
commit 5b889fdb96

@ -23,7 +23,7 @@
android:paddingTop="1dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@id/showAllBookmarksButton"
app:layout_constraintBottom_toBottomOf="parent" />
app:layout_constraintTop_toTopOf="parent" />
<com.google.android.material.button.MaterialButton
android:id="@+id/showAllBookmarksButton"

Loading…
Cancel
Save