For #8545 - Change home screen recyclerView height to wrap_content

fork
joaopmatos 3 years ago committed by mergify[bot]
parent ce6dd57487
commit 630edbb709

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