From b8b3645a9799c38ad68549316ebbf7a4849f2e0c Mon Sep 17 00:00:00 2001 From: Scott Main <> Date: Sun, 26 Apr 2009 15:50:49 -0700 Subject: AI 147803: add docs and images for docs on Toast and Notification docs also edit the Notification class doc BUG=1800118 Automated import of CL 147803 --- docs/html/guide/guide_toc.cs | 4 +- docs/html/guide/topics/ui/notifiers/index.jd | 107 +++++ .../guide/topics/ui/notifiers/notifications.jd | 432 +++++++++++++++++++++ docs/html/guide/topics/ui/notifiers/toasts.jd | 154 ++++++++ docs/html/images/custom_message.png | Bin 0 -> 11120 bytes docs/html/images/custom_toast.png | Bin 0 -> 19966 bytes docs/html/images/notifications_window.png | Bin 0 -> 10511 bytes docs/html/images/status_bar.png | Bin 0 -> 3719 bytes docs/html/images/toast.png | Bin 0 -> 6544 bytes 9 files changed, 695 insertions(+), 2 deletions(-) create mode 100644 docs/html/guide/topics/ui/notifiers/index.jd create mode 100644 docs/html/guide/topics/ui/notifiers/notifications.jd create mode 100644 docs/html/guide/topics/ui/notifiers/toasts.jd create mode 100755 docs/html/images/custom_message.png create mode 100755 docs/html/images/custom_toast.png create mode 100755 docs/html/images/notifications_window.png create mode 100755 docs/html/images/status_bar.png create mode 100644 docs/html/images/toast.png (limited to 'docs') diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 39f4abf..5367cb2 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -19,9 +19,9 @@