summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-12-03 11:33:25 -0800
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2009-12-16 15:06:04 -0800
commit2976b073e8fb3b8161d0f09777bf6b137abe6e5f (patch)
treee2f5f34f443efc86a31870f062575effec164b16
parent7c8f9b39b1c78e3bf37b733e82d68f50d06f5268 (diff)
downloadbase-2976b073e8fb3b8161d0f09777bf6b137abe6e5f.tar.gz
docs: fix markup error in xml sample
-rw-r--r--docs/html/guide/topics/appwidgets/index.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd
index fc0061d5ae92..c9df3baac2f5 100644
--- a/docs/html/guide/topics/appwidgets/index.jd
+++ b/docs/html/guide/topics/appwidgets/index.jd
@@ -124,9 +124,9 @@ folder.</p>
<pre>
&lt;appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="294dp" &lt;!-- density-independent pixels --&gt;
+ android:minWidth="294dp"
android:minHeight="72dp"
- android:updatePeriodMillis="86400000" &lt;!-- once per day --&gt;
+ android:updatePeriodMillis="86400000"
android:initialLayout="@layout/example_appwidget"
android:configure="com.example.android.ExampleAppWidgetConfigure" >
&lt;/appwidget-provider>