summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-04-03 16:16:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-03 16:16:35 +0000
commitf7c06ddbfc79921d389ed6699df17e54c428571e (patch)
treeeacc6ffa1bcfe2cd5dd0130eceab8905f24f54d4 /docs/html/guide/topics
parent98827948f1911af89687d991c5549ec1b8b8549a (diff)
parenta8396686a20ec7219efb3d1e7050c1cd999ec83e (diff)
downloadframeworks_base-f7c06ddbfc79921d389ed6699df17e54c428571e.zip
frameworks_base-f7c06ddbfc79921d389ed6699df17e54c428571e.tar.gz
frameworks_base-f7c06ddbfc79921d389ed6699df17e54c428571e.tar.bz2
Merge "docs: Typos and other fixes" into jb-mr1-dev
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/ui/notifiers/toasts.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/notifiers/toasts.jd b/docs/html/guide/topics/ui/notifiers/toasts.jd
index 92c146a..e5d4a0a 100644
--- a/docs/html/guide/topics/ui/notifiers/toasts.jd
+++ b/docs/html/guide/topics/ui/notifiers/toasts.jd
@@ -105,7 +105,7 @@ with the following XML (saved as <em>toast_layout.xml</em>):</p>
&lt;/LinearLayout>
</pre>
-<p>Notice that the ID of the LinearLayout element is "toast_layout". You must use this
+<p>Notice that the ID of the LinearLayout element is "toast_layout_root". You must use this
ID to inflate the layout from the XML, as shown here:</p>
<pre>