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

View File

@@ -14,6 +14,8 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/source_main_controller_card_header" />
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>