summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-10-02 21:17:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-10-02 21:17:21 +0000
commit880aba2163ea81e68a193ad3cbd08a8e1be3542b (patch)
tree23dfc3be214cbfe60d49927ffa12a45404edd4d8
parent323a915bb320bc20a7746f48b74bf2fa1d21df2c (diff)
parent6e5084164c4a5f005031c6e74e620b497fd7affa (diff)
Merge "docs: fixing a couple of typos" into pi-dev
-rw-r--r--core/res/res/values/attrs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 38582dbf80aa..6b5a91489697 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -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.