diff options
author | Scott Main <smain@google.com> | 2009-12-04 04:26:33 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-04 04:26:33 -0800 |
commit | 6b661d28a0e488a10d3a37454e3a34d92f569879 (patch) | |
tree | f9a5ad954edfcffa6c03df7d0995184b28ff21a0 /docs/html/guide/topics/appwidgets | |
parent | 87256a28fdfc64dabba154d68778c479bd383a27 (diff) | |
parent | ea01f514e161a2310fd21d8aef8a4b3aaca4ac7b (diff) | |
download | frameworks_base-6b661d28a0e488a10d3a37454e3a34d92f569879.zip frameworks_base-6b661d28a0e488a10d3a37454e3a34d92f569879.tar.gz frameworks_base-6b661d28a0e488a10d3a37454e3a34d92f569879.tar.bz2 |
am ea01f514: am 7f1ab539: am 90d311ff: Merge change I33e0f00e into eclair
Merge commit 'ea01f514e161a2310fd21d8aef8a4b3aaca4ac7b'
* commit 'ea01f514e161a2310fd21d8aef8a4b3aaca4ac7b':
docs: fix markup error in xml sample
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 4 |
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 ef0080a..0ba05ac 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -124,9 +124,9 @@ folder.</p> <pre> <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> |