summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-01-16 08:39:47 -0800
committerScott Kennedy <skennedy@google.com>2013-01-16 10:07:13 -0800
commita8396686a20ec7219efb3d1e7050c1cd999ec83e (patch)
tree73a2010ed2fc90f9bd97ccec6be06243a94cff15 /docs/html/guide/topics
parent3c3995f5ab2d0bc38cd06effdd65395a6a9a0ac3 (diff)
downloadframeworks_base-a8396686a20ec7219efb3d1e7050c1cd999ec83e.zip
frameworks_base-a8396686a20ec7219efb3d1e7050c1cd999ec83e.tar.gz
frameworks_base-a8396686a20ec7219efb3d1e7050c1cd999ec83e.tar.bz2
docs: Typos and other fixes
External 42844 External 42778 External 42768 External 42730 External 42720 External 42678 External 39381 Change-Id: Ia9d54ce87dc266650d0620fd3adc63137322e20b
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>