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

upstream-sync
Jonathan Almeida 3 years ago committed by Jonathan Almeida
parent 71240a5e0f
commit 72c13f89f5

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