diff options
Diffstat (limited to 'docs/html/design/patterns/widgets.jd')
-rw-r--r-- | docs/html/design/patterns/widgets.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/design/patterns/widgets.jd b/docs/html/design/patterns/widgets.jd index f2b0f4a..3152e91 100644 --- a/docs/html/design/patterns/widgets.jd +++ b/docs/html/design/patterns/widgets.jd @@ -1,5 +1,5 @@ page.title=Widgets -page.tags="appwidget" +page.tags="appwidget","home" @jd:body <p>Widgets are an essential aspect of home screen customization. You can imagine them as "at-a-glance" views of an app's most important data and functionality that is accessible right from the user's home screen. Users can move widgets across their home screen panels, and, if supported, resize them to tailor the amount of information within a widget to their preference.</p> |