diff options
author | Scott Main <smain@google.com> | 2012-09-26 11:39:54 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-09-26 11:39:54 -0700 |
commit | 80c491f07ac9f6453309fcaa601e904ae80a172e (patch) | |
tree | 9af53503de6259a2d838cb66465d8c11f5f872c2 | |
parent | 2ea1045a0148cac45f873fc6324682044d599f73 (diff) | |
parent | 16eb53668bc000c9d6cdd9c2dd68e51f16483d25 (diff) | |
download | frameworks_base-80c491f07ac9f6453309fcaa601e904ae80a172e.zip frameworks_base-80c491f07ac9f6453309fcaa601e904ae80a172e.tar.gz frameworks_base-80c491f07ac9f6453309fcaa601e904ae80a172e.tar.bz2 |
am 16eb5366: am 54645245: am 14a36625: fix markup bugs
* commit '16eb53668bc000c9d6cdd9c2dd68e51f16483d25':
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 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 |