2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Issue #19030: Allow homescreen to be scrollable with extra content

This commit is contained in:
Jonathan Almeida 2021-04-14 13:17:45 -04:00 committed by Jonathan Almeida
parent 71240a5e0f
commit 72c13f89f5

View File

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