added fading scrollbars to main recycler

This commit is contained in:
Jonathan Fisher 2020-11-15 19:07:22 +00:00
parent 197838ba96
commit 0f41297cf4
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:scrollbars="vertical"
android:paddingTop="@dimen/screen_margin"
android:paddingBottom="@dimen/screen_margin"
/>