Add scrollbar to category list

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per 2025-01-17 12:24:49 +01:00 committed by Viktor Havaka
parent c6661f145b
commit 7d48d1fdaf

View file

@ -9,5 +9,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:scrollbars="vertical"
android:fadeScrollbars="false" />
</LinearLayout>