diff options
| author | 2012-09-26 11:37:38 -0700 | |
|---|---|---|
| committer | 2012-09-26 11:37:38 -0700 | |
| commit | 16eb53668bc000c9d6cdd9c2dd68e51f16483d25 (patch) | |
| tree | e61a01bd5594e42b37ebe3a12041b95c7d7396f4 | |
| parent | 4649d03b96f576c4a7d5d4aa7d7d637a6ae091aa (diff) | |
| parent | 5464524524ce40af3e421e2d1c9bf810605ae43a (diff) | |
am 54645245: am 14a36625: fix markup bugs
* commit '5464524524ce40af3e421e2d1c9bf810605ae43a':
fix markup bugs
| -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 5a4e03ac8db3..7e031d9daaac 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 |