Merge "docs: fixing a couple of typos" into pi-dev

am: 880aba2163

Change-Id: I3e546080a808181c67fd219aa62bf61511a777cb
This commit is contained in:
kopriva
2018-10-02 17:29:30 -07:00
committed by android-build-merger

View File

@@ -4166,9 +4166,9 @@
row is full. The rowCount attribute may be used similarly in the vertical case.
The default is horizontal. -->
<attr name="orientation" />
<!-- The maxmimum number of rows to create when automatically positioning children. -->
<!-- The maximum number of rows to create when automatically positioning children. -->
<attr name="rowCount" format="integer" />
<!-- The maxmimum number of columns to create when automatically positioning children. -->
<!-- The maximum number of columns to create when automatically positioning children. -->
<attr name="columnCount" format="integer" />
<!-- When set to true, tells GridLayout to use default margins when none are specified
in a view's layout parameters.