Add bottom padding to history/sources/extensions (fixes #3192)

This commit is contained in:
arkon
2020-05-20 17:43:34 -04:00
parent 647391ef73
commit 5fd1dec347
3 changed files with 5 additions and 0 deletions
@@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/history_item" />
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll