Fix tapping through search settings

This commit is contained in:
Jays2Kings 2023-11-05 15:28:16 -08:00
parent a9840d6b4a
commit 143099bf82

View file

@ -7,7 +7,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingTop="4dp"
android:paddingBottom="4dp"