From 48c187f9cf2bcb51f446a5a62346f9ef5920c7f3 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 21 Apr 2011 17:22:54 -0700 Subject: docs: fix typo in 3.0 notes Change-Id: I0925a21b5eb53811736cfe04498917371c8bb67c --- docs/html/sdk/android-3.0.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/sdk/android-3.0.jd b/docs/html/sdk/android-3.0.jd index f88c3a6..a81be20 100644 --- a/docs/html/sdk/android-3.0.jd +++ b/docs/html/sdk/android-3.0.jd @@ -311,7 +311,7 @@ app widget looks like and is shown to the user from the widget picker. If this f supplied, the app widget's icon is used for the preview.

To help create a preview image for your app widget (to specify in the {@link -android.appwidget.AppWidgetProviderInfo#autoAdvanceViewId} field), the Android emulator includes an +android.appwidget.AppWidgetProviderInfo#previewImage} field), the Android emulator includes an application called "Widget Preview." To create a preview image, launch this application, select the app widget for your application and set it up how you'd like your preview image to appear, then save it and place it in your application's drawable resources.

-- cgit v1.1