diff options
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index f36b684..7a8dd59 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -220,7 +220,7 @@ following layout classes:</p> <h2 id="AppWidgetProvider">Using the AppWidgetProvider Class</h2> <div class="sidebox-wrapper"> - <div class="sidebox-inner"> +<div class="sidebox"> <p>You must declare your AppWidgetProvider class implementation as a broadcast receiver using the <code><receiver></code> element in the AndroidManifest (see <a href="#Manifest">Declaring an App Widget in the Manifest</a> above).</p> |