diff options
| author | && repo sync -j8 <kmccormick@google.com> | 2012-11-15 09:43:17 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-15 09:43:18 -0800 |
| commit | d1ae2721fa7b350b979e75319812636ea31bb56b (patch) | |
| tree | 23a0d40917959d3d300aa30fcf0df8e008fa78c4 /docs/html/guide | |
| parent | 22cc2764cc74e52888b043e0c6371594305bb5e9 (diff) | |
| parent | 1019a9c44e573d1eb44bf1733005afb46fb73f72 (diff) | |
| download | frameworks_base-d1ae2721fa7b350b979e75319812636ea31bb56b.zip frameworks_base-d1ae2721fa7b350b979e75319812636ea31bb56b.tar.gz frameworks_base-d1ae2721fa7b350b979e75319812636ea31bb56b.tar.bz2 | |
Merge "Doc Update: Fixing images" into jb-dev-docs
Diffstat (limited to 'docs/html/guide')
| -rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 7e031d9..289eabe 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -77,7 +77,7 @@ able to hold other App Widgets is called an App Widget host. The screenshot below shows the Music App Widget.</p> -<img src="{@docRoot}images/appwidget.png" alt="" /> +<img src="{@docRoot}images/appwidgets/appwidget.png" alt="" /> <p>This document describes how to publish an App Widget using an App Widget provider.</p> @@ -815,7 +815,7 @@ href="{@docRoot}resources/samples/StackWidget/index.html">StackView Widget sample</a>:</p> <p> -<img src="{@docRoot}resources/images/StackWidget.png" alt="" /> +<img src="{@docRoot}images/appwidgets/StackWidget.png" alt="" /> </p> <p>This sample consists of a stack of 10 views, which display the values @@ -1318,7 +1318,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:</p> -<img src="{@docRoot}images/appwidget_collections.png" alt="" /> +<img src="{@docRoot}images/appwidgets/appwidget_collections.png" alt="" /> <p>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 |
