Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #8545 - Change home screen recyclerView height to wrap_content
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopmatos authored and mergify[bot] committed Dec 5, 2022
1 parent ce6dd57 commit 630edbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 630edbb

Please sign in to comment.