summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/appwidgets
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-12-03 11:33:25 -0800
committerScott Main <smain@google.com>2009-12-03 11:33:25 -0800
commit33e0f00e95ef2c8cadde0e0ea42ccfa3c705e71b (patch)
tree3149b857ebbd3b251d57f6c765727db0fc962b16 /docs/html/guide/topics/appwidgets
parentdcd58cfda366c915b1f0739cb115f9d972351c73 (diff)
downloadframeworks_base-33e0f00e95ef2c8cadde0e0ea42ccfa3c705e71b.zip
frameworks_base-33e0f00e95ef2c8cadde0e0ea42ccfa3c705e71b.tar.gz
frameworks_base-33e0f00e95ef2c8cadde0e0ea42ccfa3c705e71b.tar.bz2
docs: fix markup error in xml sample
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-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 fc0061d..c9df3ba 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>