From 33e0f00e95ef2c8cadde0e0ea42ccfa3c705e71b Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 3 Dec 2009 11:33:25 -0800 Subject: [PATCH] docs: fix markup error in xml sample --- docs/html/guide/topics/appwidgets/index.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index fc0061d5ae92a..c9df3baac2f5c 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -124,9 +124,9 @@ folder.

 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
-    android:minWidth="294dp" <!-- density-independent pixels -->
+    android:minWidth="294dp"
     android:minHeight="72dp"
-    android:updatePeriodMillis="86400000" <!-- once per day -->
+    android:updatePeriodMillis="86400000"
     android:initialLayout="@layout/example_appwidget"
     android:configure="com.example.android.ExampleAppWidgetConfigure" >
 </appwidget-provider>