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

For #8545 - Change home screen recyclerView height to wrap_content

This commit is contained in:
joaopmatos 2021-10-25 20:39:39 +01:00 committed by mergify[bot]
parent ce6dd57487
commit 630edbb709

View File

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