[fenix] For https://github.com/mozilla-mobile/fenix/issues/22342: Make layout constraint for 'recent bookmarks' the same as other sections

pull/600/head
Grisha Kruglov 3 years ago committed by Grisha Kruglov
parent 6aa2f0c4fa
commit 07636be02b

@ -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