From 14a366255aee79eec81d5a80ec3d8f298af9a938 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 26 Sep 2012 11:22:09 -0700 Subject: fix markup bugs Change-Id: I37111431505f7803c2374917b3c186529c6e3d60 --- docs/html/guide/topics/appwidgets/index.jd | 5 ++--- 1 file 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.

application's AndroidManifest.xml file. For example:

-
+
 <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:

-StackView
-Widget +

This sample consists of a stack of 10 views, which display the values -- cgit v1.2.3-59-g8ed1b