[fenix] For https://github.com/mozilla-mobile/fenix/issues/8545 - Change home screen recyclerView height to wrap_content

pull/600/head
joaopmatos 3 years ago committed by mergify[bot]
parent c60e1c5158
commit 96bdbba7e5

@ -89,7 +89,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/sessionControlRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:clipChildren="false"
android:clipToPadding="false"
android:paddingVertical="16dp"

Loading…
Cancel
Save