mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 14:07:49 +01: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)
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue