diff options
author | Romain Guy <romainguy@android.com> | 2009-05-18 13:54:34 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-05-18 13:54:34 -0700 |
commit | 9da06a4e2e16c3cd59720cf7848500683a48ed5a (patch) | |
tree | e1fcaaedbf219920c4973589007f367afefc7d3a /core/res | |
parent | 9a7773a450e384bbc87b0204f9f0e49ec48de879 (diff) | |
download | frameworks_base-9da06a4e2e16c3cd59720cf7848500683a48ed5a.zip frameworks_base-9da06a4e2e16c3cd59720cf7848500683a48ed5a.tar.gz frameworks_base-9da06a4e2e16c3cd59720cf7848500683a48ed5a.tar.bz2 |
Fixes external #2686. Fix typo.
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 6e8782c..6953070 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -725,7 +725,7 @@ grav<?xml version="1.0" encoding="utf-8"?> <attr name="entries" format="reference" /> <!-- Standard gravity constant that a child can supply to its parent. - Defines how to place the view, both its x and y axis, within is parent view group. --> + Defines how to place the view, both its x and y axis, within its parent view group. --> <attr name="layout_gravity"> <!-- Push object to the top of its container, not changing its size. --> <flag name="top" value="0x30" /> |