Skip to content

Commit 5464524

Browse files
scottamainAndroid Git Automerger
authored andcommitted
am 14a3662: fix markup bugs
* commit '14a366255aee79eec81d5a80ec3d8f298af9a938': fix markup bugs
2 parents 6c6ddbf + 14a3662 commit 5464524

File tree

1 file changed

+2
-3
lines changed
  • docs/html/guide/topics/appwidgets

1 file changed

+2
-3
lines changed

docs/html/guide/topics/appwidgets/index.jd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ to modify App Widget settings at create-time.</p>
117117
application's
118118
<code>AndroidManifest.xml</code> file. For example:</p>
119119

120-
<pre>
120+
<pre style="clear:right">
121121
&lt;receiver android:name="ExampleAppWidgetProvider" >
122122
&lt;intent-filter>
123123
&lt;action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
@@ -815,8 +815,7 @@ href="{@docRoot}resources/samples/StackWidget/index.html">StackView Widget
815815
sample</a>:</p>
816816

817817
<p>
818-
<img src="{@docRoot}resources/samples/images/StackWidget.png" alt="StackView
819-
Widget" />
818+
<img src="{@docRoot}resources/images/StackWidget.png" alt="" />
820819
</p>
821820

822821
<p>This sample consists of a stack of 10 views, which display the values

0 commit comments

Comments
 (0)