Wiersze
Blokady są definiowane jako zbiór danych wejściowych, ale informacje o renderowaniu określają, w jaki sposób dane wejściowe są dzielone na wiersze i wiersze odstępów.
Jeśli np. blok ma ustawione wbudowane dane wejściowe, blok składa się z mniejszej liczby wierszy niż w przypadku zewnętrznych danych wejściowych. Ma taką samą liczbę danych wejściowych,
ale różną liczbę wierszy.

Wiersz
Row
to poziomy zbiór nienakładających się elementów i spacji elementów.
Granice wiersza są określane przez granice elementów i odstępów należących do tego wiersza, tak aby wszystkie elementy były zawarte w nim.
Spacja wiersza
RowSpacer
to pusta pionowa przestrzeń między 2 wierszami.
Granice odstępów wierszy są określane przez informacje o renderowaniu. Po zmierzeniu wszystkich wierszy bloku informacje o renderowaniu wstawiają między wiersze odstępy o wybranym rozmiarze.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-02 UTC."],[[["Blocks are visually arranged using rows and spacers, determined by render info, affecting the block's layout regardless of the number of inputs."],["Rows are horizontal groupings of elements and spacers, with their size determined by the contained elements."],["Row spacers are vertical gaps between rows, with their size dictated by the render info to manage the overall block layout."]]],["Blocks contain inputs, and their visual layout depends on the render info, which structures inputs into rows and spacer rows. Inline inputs create blocks with fewer rows than external inputs, despite having the same number of inputs. A Row consists of elements and element spacers, with its boundaries defined by these components. RowSpacers are empty spaces between rows; the render info determines their size and placement between rows.\n"]]