diff options
| author | Scott Kennedy <skennedy@google.com> | 2013-04-03 16:16:35 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-03 16:16:35 +0000 |
| commit | f7c06ddbfc79921d389ed6699df17e54c428571e (patch) | |
| tree | eacc6ffa1bcfe2cd5dd0130eceab8905f24f54d4 /docs/html/guide/topics | |
| parent | 98827948f1911af89687d991c5549ec1b8b8549a (diff) | |
| parent | a8396686a20ec7219efb3d1e7050c1cd999ec83e (diff) | |
| download | frameworks_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.jd | 2 |
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> </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> |
