mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Adjust MoreController bottom padding for navbar
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user