diff options
author | Scott Main <smain@google.com> | 2012-09-26 11:22:09 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-09-26 11:22:09 -0700 |
commit | 14a366255aee79eec81d5a80ec3d8f298af9a938 (patch) | |
tree | f1764f458ec6e4dbb7941b21a3444537f28568f4 /docs/html/guide/topics/appwidgets | |
parent | 3b1c5d55517260516bfa5591ca08bb39d336d511 (diff) | |
download | frameworks_base-14a366255aee79eec81d5a80ec3d8f298af9a938.zip frameworks_base-14a366255aee79eec81d5a80ec3d8f298af9a938.tar.gz frameworks_base-14a366255aee79eec81d5a80ec3d8f298af9a938.tar.bz2 |
fix markup bugs
Change-Id: I37111431505f7803c2374917b3c186529c6e3d60
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 5a4e03a..7e031d9 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -117,7 +117,7 @@ to modify App Widget settings at create-time.</p> application's <code>AndroidManifest.xml</code> file. For example:</p> -<pre> +<pre style="clear:right"> <receiver android:name="ExampleAppWidgetProvider" > <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> @@ -815,8 +815,7 @@ href="{@docRoot}resources/samples/StackWidget/index.html">StackView Widget sample</a>:</p> <p> -<img src="{@docRoot}resources/samples/images/StackWidget.png" alt="StackView -Widget" /> +<img src="{@docRoot}resources/images/StackWidget.png" alt="" /> </p> <p>This sample consists of a stack of 10 views, which display the values |