You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file manager, the action bar items (or toolbar items if you like, for example search, sort method, etc.) are not using dynamic constraints. causing them to get kicked out from the screen and show up outside, specially on portrait mode and bigger text/UI scales, where the space available to UI items is more limited.
Ideas: To open up more space for all of the items you could remove the "new folder" button entirely and use a FAB. This approach is also consistent with the shortcuts and containers screens that also have a FAB button for adding new items.
You could even remove the drop down menu for drive picker (C:, D:, Internal, etc.) and make the navigation row scrollable, and directories clickable, to quickly go back and forth in different locations (A small video clip from a file manager ther does this, Material Files, is provided to show this in action.
Screenrecorder-2026-09-09-15-19-35-700.mp4
Alternatively you could just integrate them as normal directories in a way that when you open the file manager you have a list (or a grid) of drives as the starting point so you don't have to first pick one from the drop down menu.
In file manager, the action bar items (or toolbar items if you like, for example search, sort method, etc.) are not using dynamic constraints. causing them to get kicked out from the screen and show up outside, specially on portrait mode and bigger text/UI scales, where the space available to UI items is more limited.
Ideas: To open up more space for all of the items you could remove the "new folder" button entirely and use a FAB. This approach is also consistent with the shortcuts and containers screens that also have a FAB button for adding new items.
You could even remove the drop down menu for drive picker (C:, D:, Internal, etc.) and make the navigation row scrollable, and directories clickable, to quickly go back and forth in different locations (A small video clip from a file manager ther does this, Material Files, is provided to show this in action.
Screenrecorder-2026-09-09-15-19-35-700.mp4
Alternatively you could just integrate them as normal directories in a way that when you open the file manager you have a list (or a grid) of drives as the starting point so you don't have to first pick one from the drop down menu.