diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 838ba96ddee9e..6e6fa2885686c 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -62,7 +62,7 @@ able to hold other App Widgets is called an App Widget host. The screenshot below shows the Music App Widget.

- +

This document describes how to publish an App Widget using an App Widget provider.

@@ -882,7 +882,7 @@ href="{@docRoot}resources/samples/StackWidget/index.html">StackView Widget sample:

- +

This sample consists of a stack of 10 views, which display the values @@ -1385,7 +1385,7 @@ collections when updates occur. It shows how the App Widget code interacts with the {@link android.widget.RemoteViewsService.RemoteViewsFactory RemoteViewsFactory}, and how you can trigger updates:

- +

One feature of App Widgets that use collections is the ability to provide users with up-to-date content. For example, consider the Android 3.0 Gmail diff --git a/docs/html/images/appwidgets/StackWidget.png b/docs/html/images/appwidgets/StackWidget.png new file mode 100644 index 0000000000000..f2f83a0adcb08 Binary files /dev/null and b/docs/html/images/appwidgets/StackWidget.png differ diff --git a/docs/html/images/appwidget.png b/docs/html/images/appwidgets/appwidget.png similarity index 100% rename from docs/html/images/appwidget.png rename to docs/html/images/appwidgets/appwidget.png diff --git a/docs/html/images/appwidget_collections.png b/docs/html/images/appwidgets/appwidget_collections.png similarity index 100% rename from docs/html/images/appwidget_collections.png rename to docs/html/images/appwidgets/appwidget_collections.png