Adjust MoreController bottom padding for navbar
Cette révision appartient à :
Parent
54a23ddd1f
révision
28416489b2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
|
@ -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 {
|
||||
|
|
Référencer dans un nouveau ticket