summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-03 22:14:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-03 22:14:30 +0000
commit28cb20241bd3a31957cb034dc586eadee002ffbc (patch)
tree1132e1d03c427ee1620f84ae514c53c9b7b55960 /docs/html/guide
parentedbe6e134846d2a01378497dca42b47be7e7292b (diff)
parentb9dceb8582c25116c6427a0168074c032b0179fd (diff)
downloadframeworks_base-28cb20241bd3a31957cb034dc586eadee002ffbc.zip
frameworks_base-28cb20241bd3a31957cb034dc586eadee002ffbc.tar.gz
frameworks_base-28cb20241bd3a31957cb034dc586eadee002ffbc.tar.bz2
Merge "Doc update: it's -> its" into jb-mr1.1-docs
Diffstat (limited to 'docs/html/guide')
-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>