[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19030: Allow homescreen to be scrollable with extra content

pull/600/head
Jonathan Almeida 4 years ago committed by Jonathan Almeida
parent 4f95404df6
commit da6cd0c128

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

Loading…
Cancel
Save