For optimal user experience, material design user interfaces should adapt layouts for the following breakpoint widths: 480, 600, 840, 960, 1280, 1440, and 1600dp.

本文介绍了Material Design响应式用户界面的设计原则,包括断点宽度、网格布局、边距与间隔等关键元素,并详细阐述了不同屏幕尺寸下界面的可见性和行为变化,以及随着屏幕空间增加而采用的响应式模式。
Responsive UI
Breakpoints
For optimal user experience, material design user interfaces should adapt layouts for the following breakpoint widths: 480, 600, 840, 960, 1280, 1440, and 1600dp.

Material design’s responsive UI is based on a 12-column grid layout. This grid creates visual consistency between layouts, while allowing flexibility across a wide variety of designs. The number of grid columns varies based on the breakpoint system.
The responsive grid focuses on consistent margin and gutter widths, rather than column width. Material design margins and columns follow an 8dp square baseline grid. Margins and gutters can be 8, 16, 24, or 40dp wide.
When a screen size changes, the UI adapts using the following surface-specific behaviors.
Visibility
| Behavior | Definition |
| Permanent | When screen space is available, a surface is always visible. |
| Persistent | Surface visibility can be toggled between visible and hidden. When visible, interacting with other elements on the screen does not change visibility. |
| Temporary | Surface visibility can be toggled between visible and hidden. When visible, interacting with other elements on the screen toggles the surface to become hidden or minimized. |
As screen space increases, the following responsive patterns may be applied:

被折叠的 条评论
为什么被折叠?