Skip to content

Commit 14a3662

Browse files
committed
fix markup bugs
Change-Id: I37111431505f7803c2374917b3c186529c6e3d60
1 parent 3b1c5d5 commit 14a3662

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)