add bottom padding to FiltersActivity RecyclerView (#4520)

Missed that in https://github.com/tuskyapp/Tusky/pull/4486
This commit is contained in:
Konrad Pozniak 2024-06-19 16:51:34 +02:00 committed by GitHub
parent 976fa284a7
commit c55988a66b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
android:id="@+id/filtersList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="@dimen/recyclerview_bottom_padding_actionbutton"
android:scrollbarStyle="outsideInset"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />