Fix migration list being cut off by bottom bar
This commit is contained in:
parent
57e1612022
commit
32b03c8689
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/recycler"
|
android:id="@+id/recycler"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingBottom="@dimen/action_toolbar_list_padding" />
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
|
<eu.kanade.tachiyomi.ui.library.MaterialFastScroll
|
||||||
android:id="@+id/fast_scroller"
|
android:id="@+id/fast_scroller"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue