summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-05-18 13:54:34 -0700
committerRomain Guy <romainguy@android.com>2009-05-18 13:54:34 -0700
commit9da06a4e2e16c3cd59720cf7848500683a48ed5a (patch)
treee1fcaaedbf219920c4973589007f367afefc7d3a /core
parent9a7773a450e384bbc87b0204f9f0e49ec48de879 (diff)
downloadframeworks_base-9da06a4e2e16c3cd59720cf7848500683a48ed5a.zip
frameworks_base-9da06a4e2e16c3cd59720cf7848500683a48ed5a.tar.gz
frameworks_base-9da06a4e2e16c3cd59720cf7848500683a48ed5a.tar.bz2
Fixes external #2686. Fix typo.
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/attrs.xml2
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" />