mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-27 16:26:29 +03:00
Adjust MoreController bottom padding for navbar
This commit is contained in:
parent
54a23ddd1f
commit
28416489b2
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ abstract class SettingsController : PreferenceController() {
|
||||||
val view = super.onCreateView(inflater, container, savedInstanceState)
|
val view = super.onCreateView(inflater, container, savedInstanceState)
|
||||||
|
|
||||||
if (this is RootController) {
|
if (this is RootController) {
|
||||||
view.updatePadding(bottom = view.context.resources.getDimensionPixelSize(R.dimen.action_toolbar_list_padding))
|
listView.clipToPadding = false
|
||||||
|
listView.updatePadding(bottom = view.context.resources.getDimensionPixelSize(R.dimen.action_toolbar_list_padding))
|
||||||
}
|
}
|
||||||
|
|
||||||
listView.applyInsetter {
|
listView.applyInsetter {
|
||||||
|
|
Loading…
Reference in a new issue