summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-03 15:22:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-03 15:22:02 -0700
commit3f000e58af4d8da4fd62feab28424a8eac9434ec (patch)
tree898e6502d9d71f7ea8413cee0e5f6dd550bbcdfe
parent322ba0d403ca063c1374d48c5a6717a585052abf (diff)
parent82c01b09c8b0db759a3271e5b20e1a565491e3b7 (diff)
downloadframeworks_base-3f000e58af4d8da4fd62feab28424a8eac9434ec.zip
frameworks_base-3f000e58af4d8da4fd62feab28424a8eac9434ec.tar.gz
frameworks_base-3f000e58af4d8da4fd62feab28424a8eac9434ec.tar.bz2
am 82c01b09: am 28cb2024: Merge "Doc update: it\'s -> its" into jb-mr1.1-docs
* commit '82c01b09c8b0db759a3271e5b20e1a565491e3b7': Doc update: it's -> its
-rw-r--r--docs/html/guide/topics/resources/layout-resource.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/layout-resource.jd b/docs/html/guide/topics/resources/layout-resource.jd
index 380ab15..366ddc8 100644
--- a/docs/html/guide/topics/resources/layout-resource.jd
+++ b/docs/html/guide/topics/resources/layout-resource.jd
@@ -135,7 +135,7 @@ a reference of all available attributes,
</dd>
<dt id="requestfocus-element"><code>&lt;requestFocus&gt;</code></dt>
<dd>Any element representing a {@link android.view.View} object can include this empty element,
- which gives it's parent initial focus on the screen. You can have only one of these
+ which gives its parent initial focus on the screen. You can have only one of these
elements per file.</dd>
<dt id="include-element"><code>&lt;include&gt;</code></dt>